You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is based on Ardesco's [Selenium-Maven-Template](https://github.com/Ardesco/Selenium-Maven-Template) and Joe VDW's [Bootstrapium](https://github.com/jvanderwee/bootstrapium) with some handy added extras for getting started quickly with Selenium and Appium.
5
-
6
-
Open the ``` com.frameworkium ``` directory in a terminal window/command prompt and run ``` mvn clean verify ``` to run the example tests using Firefox.
7
-
8
-
### Stuff you can do
9
-
10
-
Want to run the tests on a different browser? No problem, just provide the 'browser' argument:
11
-
12
-
```bash
13
-
mvn clean verify -Dbrowser=chrome
14
-
```
15
-
16
-
All you need to do is ensure the browser is installed in the default location.
17
-
18
-
Running mobile web tests using Appium on Sauce Labs is only slightly more involved:
0 commit comments