Commit f8bf44d
committed
Merge tag 'v1.2.0' into develop
Add lib for running E2E tests with Selenium #7
### Added
- new lib function for running E2E tests with pure `Selenium` without
the help of `Zalenium`
- This is addressable with following jenkins pipeline variable:
`withSelenium`
- Please note that `withSelenium` MUST receive a Docker network
because several containers are started and which must communicate with
each other.
### Changed
- signatures for `withMavenSettings` changed slightly so the maven
central mirror can be configured
- helper `generateZaleniumJobName` was renamed to `generateJobName`
- a delegate method keeps up the backward compatibility
- Please note that the method `generateZaleniumJobName()` may be
removed in future releases
- `generateJobName` now uses `-` instead of `_` because of possible
problems when used as DNS name1 file changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments