-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathsampleCest.xml
101 lines (99 loc) · 4.88 KB
/
sampleCest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="testSchema.xsd">
<cest name="sampleCest">
<annotations>
<env value="chrome"/>
<env value="firefox"/>
</annotations>
<test name="sampleTest">
<annotations />
<actionGroup ref="sampleActions" mergeKey="">
<argument name="category" value="myCategory" />
</actionGroup>
<acceptPopup mergeKey=""/>
<amOnPage mergeKey="" url=""/>
<appendField selector="" userInput="" mergeKey=""/>
<attachFile userInput="" selector="" mergeKey=""/>
<cancelPopup mergeKey=""/>
<checkOption selector="" mergeKey=""/>
<click selector="" mergeKey=""/>
<clickWithLeftButton selector="" mergeKey=""/>
<clickWithRightButton selector="" mergeKey=""/>
<conditionalClick mergeKey="" selector="" dependentSelector="" visible="true" />
<closeTab mergeKey=""/>
<dontSee userInput="" selector="" mergeKey=""/>
<dontSeeCheckboxIsChecked selector="" mergeKey=""/>
<dontSeeCookie userInput="" mergeKey=""/>
<dontSeeCurrentUrlEquals url="" mergeKey=""/>
<dontSeeCurrentUrlMatches url="" mergeKey=""/>
<dontSeeElement selector="" mergeKey=""/>
<dontSeeElementInDOM selector="" mergeKey=""/>
<dontSeeInCurrentUrl url="" mergeKey=""/>
<dontSeeInField selector="" userInput="" mergeKey=""/>
<dontSeeInPageSource userInput="" mergeKey=""/>
<dontSeeInSource html="" mergeKey=""/>
<dontSeeInTitle userInput="" mergeKey=""/>
<dontSeeLink userInput="" url="" mergeKey=""/>
<dontSeeOptionIsSelected selector="" userInput="" mergeKey=""/>
<doubleClick selector="" mergeKey=""/>
<dragAndDrop selector1="" selector2="" mergeKey=""/>
<executeJS function="" mergeKey=""/>
<fillField selector="" userInput="" mergeKey=""/>
<grabAttributeFrom selector="" userInput="" mergeKey=""/>
<grabCookie returnVariable="" userInput="" mergeKey=""/>
<grabFromCurrentUrl returnVariable="" url="" mergeKey=""/>
<grabMultiple selector="" returnVariable="" mergeKey=""/>
<grabTextFrom returnVariable="" selector="" mergeKey=""/>
<grabValueFrom selector="" returnVariable="" mergeKey=""/>
<makeScreenshot userInput="" mergeKey=""/>
<maximizeWindow mergeKey=""/>
<moveBack mergeKey=""/>
<moveForward mergeKey=""/>
<moveMouseOver selector="" mergeKey=""/>
<openNewTab mergeKey=""/>
<pauseExecution mergeKey=""/>
<pressKey selector="" mergeKey=""/>
<reloadPage mergeKey=""/>
<resetCookie userInput="" mergeKey=""/>
<resizeWindow width="" height="" mergeKey=""/>
<scrollTo selector="" mergeKey=""/>
<see userInput="" selector="" mergeKey=""/>
<seeCheckboxIsChecked selector="" mergeKey=""/>
<seeCookie userInput="" mergeKey=""/>
<seeCurrentUrlEquals url="" mergeKey=""/>
<seeCurrentUrlMatches url="" mergeKey=""/>
<seeElement selector="" mergeKey=""/>
<seeElementInDOM selector="" mergeKey=""/>
<seeInCurrentUrl url="" mergeKey=""/>
<seeInField selector="" userInput="" mergeKey=""/>
<seeInPageSource html="" mergeKey=""/>
<seeInPopup userInput="" mergeKey=""/>
<seeInSource html="" mergeKey=""/>
<seeInTitle userInput="" mergeKey=""/>
<seeLink userInput="" url="" mergeKey=""/>
<seeNumberOfElements selector="" mergeKey=""/>
<seeOptionIsSelected selector="" userInput="" mergeKey=""/>
<selectOption selector="" mergeKey=""/>
<setCookie value="" userInput="" mergeKey=""/>
<switchToIFrame userInput="" mergeKey=""/>
<switchToNextTab mergeKey=""/>
<switchToPreviousTab mergeKey=""/>
<switchToWindow mergeKey=""/>
<typeInPopup userInput="" mergeKey=""/>
<uncheckOption selector="" mergeKey=""/>
<unselectOption selector="" userInput="" mergeKey=""/>
<wait time="" mergeKey=""/>
<waitForElement time="" selector="" mergeKey=""/>
<waitForElementNotVisible selector="" time="" mergeKey=""/>
<waitForElementVisible selector="" time="" mergeKey=""/>
<waitForJS function="" time="" mergeKey=""/>
<waitForText userInput="" time="" selector="" mergeKey=""/>
</test>
</cest>
</config>