Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit d10fa6d

Browse files
committed
[jgitflow-maven-plugin] merging 'release/0.1.20' into 'master'
2 parents 4d0fd14 + dbfa326 commit d10fa6d

File tree

326 files changed

+18447
-3603
lines changed

Some content is hidden

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

326 files changed

+18447
-3603
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ npm-debug.log
2727
*~
2828
*.swp
2929
example-project/chromedriver.log
30+
*.log

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ script:
3535
# exlude release tags like 1.0.0
3636
branches:
3737
except:
38-
- /^.*\-\d+(\.\d+\.\d+)?(\..*|\-.*)?$/
38+
- /^\d+(\.\d+\.\d+)?(\..*|\-.*)?$/
3939

4040
# Cache Maven Repository
4141
cache:

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
This project is an attempt to integrate Galen with Selenium and the other way around in a Maven project. It uses TestNG as a test runner. Galen and ExtentReports provide the reporting.
66

7-
To get an idea how it works, take a look at the [example project] and contained test examples. There's more documentation in the actual [Galenium integration library].
7+
To get an idea how it works, take a look at the [example projects] and test examples.
88

9-
[example project]: example-project
10-
[Galenium integration library]: galenium
9+
To integrate into your project you inherit from the [spec generation] and [UI testing] POMs.
10+
11+
[example projects]: examples
12+
[spec generation]: integration/specs
13+
[UI testing]: integration/ui-tests

example-project/README.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

example-project/pom.xml

Lines changed: 0 additions & 239 deletions
This file was deleted.

example-project/src/main/java/io/wcm/qa/galenium/example/TestDeviceProvider.java

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)