Skip to content

Commit 9375dc8

Browse files
committed
Updated the pom to reflected its the core, and removed the not valid information from the readme.
1 parent 94edbf0 commit 9375dc8

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

README.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,2 @@
1-
Frameworkium [![Build Status](https://drone.io/github.com/robertgates55/com.frameworkium/status.png)](https://drone.io/github.com/robertgates55/com.frameworkium/latest)
1+
Frameworkium [![Build Status](https://drone.io/github.com/robertgates55/frameworkium-core/status.png)](https://drone.io/github.com/robertgates55/frameworkium-core/latest)
22
=======================
3-
4-
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:
19-
20-
```bash
21-
export SAUCE_USERNAME=<username>
22-
export SAUCE_ACCESS_KEY=<access_key>
23-
mvn clean verify -Dplatform=ios -Dbrowser=safari -Dsauce=true
24-
```
25-
26-
A full list of arguments can be found on the [project wiki](https://github.com/robertgates55/com.frameworkium/wiki).
27-
28-
After running your tests, you can generate an [Allure](http://allure.qatools.ru) test report by simply running:
29-
30-
```bash
31-
mvn site
32-
```
33-
34-
Frameworkium sets you up for other stuff too - check out the [project wiki](https://github.com/robertgates55/com.frameworkium/wiki) for further info.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33

44
<groupId>com.frameworkium</groupId>
5-
<artifactId>Frameworkium</artifactId>
5+
<artifactId>Frameworkium-core</artifactId>
66
<version>1.0.2</version>
77

88
<name>Frameworkium-core</name>

0 commit comments

Comments
 (0)