Skip to content

Commit f8bf44d

Browse files
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 name
2 parents 855be1e + f7a3a81 commit f8bf44d

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,31 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [v1.2.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2020-02-21
88

99
### Added
1010
- new lib function for running E2E tests with pure `Selenium` without the help of `Zalenium`
11+
- This is addressable with following jenkins pipeline variable: `withSelenium`
12+
- Please note that `withSelenium` MUST receive a Docker network because several containers are started and which must communicate with each other.
1113

1214
### Changed
1315
- signatures for `withMavenSettings` changed slightly so the maven central mirror can be configured
1416
- helper `generateZaleniumJobName` was renamed to `generateJobName`
15-
- `generateJobName` now uses `-` instead of `_` because of possible problems when used as DNS name
17+
- a delegate method keeps up the backward compatibility
18+
- Please note that the method `generateZaleniumJobName()` may be removed in future releases
19+
- `generateJobName` now uses `-` instead of `_` because of possible problems when used as DNS name
20+
21+
## [v1.1.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.1.0) - 2019-09-18
22+
23+
### Added
24+
25+
In this release several Maven settings and truststore helpers are added. These are addressable with following jenkins pipeline variables for which (if the library is added) help texts appear in Jenkins' pipeline steps help (#4, #6):
26+
- `withMavenSettings`
27+
- `truststore`
28+
- `helper`
29+
30+
31+
## [v1.0.0](https://github.com/cloudogu/zalenium-build-lib/releases/tag/v1.0.0) - 2019-08-28
32+
33+
This adds Docker network support (#2) which automatically removes itself once the given body ends. This is addressable with following jenkins pipeline variable:
34+
- `withDockerNetwork`

0 commit comments

Comments
 (0)