Skip to content

Commit 40f6b0f

Browse files
committed
changed local to on-prem
1 parent f40cf5d commit 40f6b0f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
`npm install`
33

44
# Start different types of tests
5-
1. Basic test run locally
6-
`npm run local`
5+
1. Basic test run on on-premise browser
6+
`npm run on-prem`
77

88
2. Test using Page Object Model
9-
`npm run local-pom`
9+
`npm run on-prem-pom`
1010

1111
3. Data-driven test
12-
`npm run local-datadriven`
12+
`npm run on-prem-datadriven`
1313

1414
4. Tests run on Browserstack
1515
`npm run browserstack`
1616

17-
5. Tests run parallel on local browsers
18-
`npm run local-parallel`
17+
5. Tests run parallel on on-premise browsers
18+
`npm run on-prem-parallel`
1919

2020
6. Tests run on Docker Selenium Grid. Make sure you have docker service running.
2121
`npm run docker`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)