-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathReadme
42 lines (27 loc) · 949 Bytes
/
Readme
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
#compile
npm run tsc
#run test
npm run browser
#run browser and emulation
# setUp appium
https://github.com/angular/webdriver-manager/blob/master/docs/mobile.md
webdriver-manager update --android
node .\node_modules\protractor\bin\webdriver-manager start --android
adb.exe shell getprop ro.product.model
adb shell getprop ro.build.version.release
node .\node_modules\protractor\bin\protractor .\build\config\protractor.config.js
----------------------------------------------------------------------------------
<= Technology Stack =>
Jasmine(testing framework) , version 2.6
protractor(driving interactions), version 5.2
Typescript(scripting language) version 2.0+
<= Drivers =>
ChromeDriver version -2.33
GeckoDriver version -0.19.0
<= Browser Flavours =>
Chrome version -62.0
Firefox version -57.0
Chrome mobileEmulation Nexus6P
<= Design Pattern =>
simple PageObject pattern
<=Selenium standalone server version v 3.8=>