Skip to content

Commit c88a99b

Browse files
committed
WIP
1 parent 4500e82 commit c88a99b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+484
-262
lines changed

e2e/md/assert.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### assert
2+
- [x] equal
3+
- [x] notEqual
4+
- [x] fail

e2e/md/date.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### date
2+
- [x] now
3+
- [x] fromNow

e2e/md/db.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### db
2+
- [x] setConnectionString
3+
- [x] getScalar
4+
- [x] executeQuery
5+
- [x] executeNonQuery

e2e/md/email.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### email
2+
- [x] init
3+
- [x] getLastEmail

e2e/md/eyes.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### eyes
2+
- [ ] init
3+
- [ ] dispose
4+
- [ ] check
5+
- [ ] checkWindow

e2e/md/http.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### http
2+
- [x] get
3+
- [x] post
4+
- [x] put
5+
- [x] delete
6+
- [x] getResponseHeaders

e2e/md/log.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### log
2+
- [x] info
3+
- [x] error
4+
- [x] debug
5+
- [x] warn

e2e/md/mob.android.mob.md

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
### dependencies
2+
- Android Studio
3+
- Virtual Device
4+
- appium --allow-insecure chromedriver_autodownload
5+
6+
### mob.android.mob
7+
- [x] getCapabilities
8+
- [x] init
9+
- [x] dispose
10+
- [x] transaction
11+
- [x] alertAccept
12+
- [x] alertDismiss
13+
- [x] assertText
14+
- :x: assertValue
15+
- [x] back
16+
- [x] clear
17+
- [x] click
18+
- [x] clickLong
19+
- [x] clickMultipleTimes
20+
- [x] closeApp
21+
- [x] dragAndDrop
22+
- [x] enableNetwork
23+
- [x] findElement
24+
- [x] findElements
25+
- [x] getAlertText
26+
- [x] getAppiumLogs
27+
- [x] getCurrentActivity
28+
- [x] getCurrentPackage
29+
- :x: getBrowserLogs
30+
- [x] getDeviceLogs
31+
- [x] getDeviceTime
32+
- [x] getLocation
33+
- [x] getSource
34+
- [x] getText
35+
- :x: getValue
36+
- [x] hideKeyboard
37+
- [x] installApp
38+
- [x] isAppInstalled
39+
- [x] isCheckable
40+
- [x] isChecked
41+
- [x] isClickable
42+
- [x] isExist
43+
- [x] isSelected
44+
- [x] isVisible
45+
- [x] isWebViewContext
46+
- [x] launchApp
47+
- [x] pause
48+
- [x] removeApp
49+
- [x] resetApp
50+
- [x] scrollIntoElement
51+
- [x] sendKeys
52+
- [x] setContext
53+
- [x] setNativeContext
54+
- [x] setTimeout
55+
- [x] setWebViewContext
56+
- :x: smsClickLink
57+
- :x: smsGetText
58+
- [x] swipe
59+
- [x] swipeElement
60+
- [x] swipeScreen
61+
- [x] takeScreenshot
62+
- [x] tap
63+
- [x] type
64+
- :x: unlockPattern
65+
- [x] waitForExist
66+
- [x] waitForVisible

e2e/md/mob.android.web.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
### dependencies
2+
- Android Studio
3+
- Virtual Device
4+
- appium --allow-insecure chromedriver_autodownload
5+
- selenium
6+
7+
### mob.android.web
8+
- [x] getCapabilities
9+
- [x] init
10+
- [x] dispose
11+
- [x] transaction
12+
- [x] alertAccept
13+
- [x] alertDismiss
14+
- [x] assertText
15+
- [x] assertTitle
16+
- [x] assertValue
17+
- [x] back
18+
- [x] clear
19+
- [x] click
20+
- [x] clickHidden
21+
- [x] clickLong
22+
- [x] clickMultipleTimes
23+
- [x] execute
24+
- [x] findElement
25+
- [x] findElements
26+
- [x] getAlertText
27+
- :x: getAppiumLogs
28+
- [x] getDeviceLogs
29+
- [x] getBrowserLogs
30+
- [x] getLocation
31+
- [x] getSource
32+
- [x] getText
33+
- [x] getValue
34+
- [x] hideKeyboard
35+
- [x] isExist
36+
- [x] isVisible
37+
- [x] isWebViewContext
38+
- [x] open
39+
- [x] pause
40+
- [x] scrollIntoView
41+
- [x] selectFrame
42+
- [x] sendKeys
43+
- [x] setContext
44+
- [x] setNativeContext
45+
- [x] setTimeout
46+
- [x] setWebViewContext
47+
- [x] takeScreenshot
48+
- [x] type
49+
- [x] waitForExist
50+
- [x] waitForVisible

e2e/md/mob.ios.mob.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
### dependencies
2+
- Xcode
3+
- Virtual Device
4+
- appium
5+
- carthage
6+
7+
### Env variables
8+
- udid
9+
- deviceName
10+
- platformVersion
11+
12+
### mob.ios.mob
13+
- [x] getCapabilities
14+
- [x] init
15+
- [x] dispose
16+
- [x] transaction
17+
- [x] alertAccept
18+
- [x] alertDismiss
19+
- [x] assertText
20+
- [x] assertValue
21+
- [x] clear
22+
- [x] click
23+
- [x] clickLong
24+
- [x] clickMultipleTimes
25+
- [x] closeApp
26+
- :grey_question: dragAndDrop
27+
- [x] findElement
28+
- [x] findElements
29+
- [x] getAlertText
30+
- :x: getAppiumLogs
31+
- :x: getDeviceLogs
32+
- [x] getDeviceTime
33+
- [x] getLocation
34+
- [x] getSource
35+
- [x] getText
36+
- [x] getValue
37+
- [x] installApp
38+
- [x] isAppInstalled
39+
- [x] isExist
40+
- [x] isVisible
41+
- :grey_question: isWebViewContext
42+
- [x] launchApp
43+
- [x] pause
44+
- [x] removeApp
45+
- [x] resetApp
46+
- :x: scrollIntoElement
47+
- [x] sendKeys
48+
- [x] setContext
49+
- [x] setNativeContext
50+
- [x] setTimeout
51+
- :grey_question: setWebViewContext
52+
- :grey_question: shake
53+
- [x] swipe
54+
- :x: swipeElement
55+
- [x] swipeScreen
56+
- [x] takeScreenshot
57+
- [x] tap
58+
- [x] type
59+
- [x] waitForExist
60+
- [x] waitForVisible

e2e/md/mob.ios.web.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
### dependencies
2+
- Xcode
3+
- Virtual Device
4+
- appium
5+
- carthage
6+
- selenium
7+
8+
### Env variables
9+
- udid
10+
- deviceName
11+
- platformVersion
12+
13+
### mob.ios.web
14+
- [x] getCapabilities
15+
- [x] init
16+
- [x] dispose
17+
- [x] transaction
18+
- [x] alertAccept
19+
- [x] alertDismiss
20+
- [x] assertText
21+
- [x] assertTitle
22+
- [x] assertValue
23+
- :x: back
24+
- [x] clear
25+
- [x] click
26+
- :x: clickHidden
27+
- :x: clickLong
28+
- :x: clickMultipleTimes
29+
- [x] execute
30+
- [x] findElement
31+
- [x] findElements
32+
- [x] getAlertText
33+
- [x] getAppiumLogs
34+
- [x] getDeviceLogs
35+
- [x] getLocation
36+
- [x] getSource
37+
- [x] getText
38+
- [x] getValue
39+
- [x] hideKeyboard
40+
- [x] isExist
41+
- [x] isVisible
42+
- [x] isWebViewContext
43+
- [x] open
44+
- [x] pause
45+
- [x] scrollIntoView
46+
- [x] selectFrame
47+
- :x: sendKeys
48+
- [x] setContext
49+
- [x] setNativeContext
50+
- [x] setTimeout
51+
- [x] setWebViewContext
52+
- [x] takeScreenshot
53+
- [x] type
54+
- [x] waitForExist
55+
- [x] waitForVisible

e2e/md/pdf.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### pdf
2+
- [x] assert
3+
- [x] assertNot
4+
- [x] count

e2e/md/serial.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### serial
2+
- [x] list
3+
- [x] open
4+
- [x] waitForText
5+
- [x] write

e2e/md/shell.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### shell
2+
- [x] exec

e2e/md/soap.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### soap
2+
- :grey_question: authBasic
3+
- :grey_question: authBearer
4+
- :grey_question: authNTLM
5+
- [x] get
6+
- [x] describe

e2e/md/twilio.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Env variables
2+
- accountSid
3+
- authToken
4+
5+
### twilio
6+
- [x] init
7+
- :grey_question: getLastSms
8+
- :grey_question: sendSms

e2e/md/web.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
### dependencies
2+
- selenium
3+
- chrome
4+
5+
### web
6+
- [x] getCapabilities
7+
- [x] init
8+
- [x] dispose
9+
- [x] transaction
10+
- [x] alertAccept
11+
- [x] alertDismiss
12+
- [x] assertAlert
13+
- [x] assertExist
14+
- [x] assertSelectedLabel
15+
- [x] assertSelectedValue
16+
- [x] assertText
17+
- [x] assertTextNotPresent
18+
- [x] assertTextPresent
19+
- [x] assertTitle
20+
- [x] assertValue
21+
- [x] back
22+
- [x] clear
23+
- [x] click
24+
- [x] clickHidden
25+
- [x] closeWindow
26+
- [x] deleteCookies
27+
- [x] deselect
28+
- [x] doubleClick
29+
- [x] dragAndDrop
30+
- [x] execute
31+
- :x: fileBrowse
32+
- [x] findElement
33+
- [x] findElements
34+
- [x] getAlertText
35+
- [x] getAttribute
36+
- [x] getBrowserLogs
37+
- [x] getCookies
38+
- [x] getCssValue
39+
- [x] getElementCount
40+
- :x: getHTML
41+
- [x] getSource
42+
- [x] getText
43+
- [x] getTitle
44+
- [x] getUrl
45+
- [x] getValue
46+
- [x] getWindowHandles
47+
- [x] getXMLPageSource
48+
- [x] isAlertPresent
49+
- :x: isChecked
50+
- [x] isExist
51+
- [x] isSelected
52+
- [x] isVisible
53+
- [x] makeVisible
54+
- [x] open
55+
- [x] pause
56+
- [x] point
57+
- [x] refresh
58+
- [x] rightClick
59+
- [x] scrollToElement
60+
- [x] select
61+
- [x] selectFrame
62+
- [x] selectWindow
63+
- [x] sendKeys
64+
- [x] setTimeout
65+
- [x] setWindowSize
66+
- [x] getWindowSize
67+
- [x] takeScreenshot
68+
- [x] type
69+
- [x] waitForExist
70+
- [x] waitForNotExist
71+
- [x] waitForNotText
72+
- [x] waitForNotValue
73+
- [x] waitForText
74+
- [x] waitForValue
75+
- [x] waitForVisible
76+
- [x] waitForWindow

0 commit comments

Comments
 (0)