From f801ef01665f56274070ead46bdb2b667713732a Mon Sep 17 00:00:00 2001 From: Lukas Lieb Date: Wed, 15 Nov 2023 10:01:03 +0100 Subject: [PATCH] Combine changelogs --- primeui-tester/CHANGELOG.md => CHANGELOG.md | 73 ++++++++++++++++--- README.md | 4 +- unit-tester/CHANGELOG.md | 12 ---- web-tester/CHANGELOG.md | 79 --------------------- 4 files changed, 65 insertions(+), 103 deletions(-) rename primeui-tester/CHANGELOG.md => CHANGELOG.md (61%) delete mode 100644 unit-tester/CHANGELOG.md delete mode 100644 web-tester/CHANGELOG.md diff --git a/primeui-tester/CHANGELOG.md b/CHANGELOG.md similarity index 61% rename from primeui-tester/CHANGELOG.md rename to CHANGELOG.md index 93c22bd..75be326 100644 --- a/primeui-tester/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,28 @@ -# Change Log (primeui-tester) +# Changelog + +## [11.2.0] - 2023-11-15 + +### Added + +- Add WebAppFixture util for login and config fixtures + An Axon Ivy Engine in version 10.0.14 is at least needed for all fixtures + +### Changed + +- Upgrade selenide to 6.19.1 + +## [11.1.0] - 2023-04-19 + +### Changed + +- Upgrade selenide to 6.13.0 ## [10.0.0] - 2022-10-06 +### Changed + +- Upgrade selenide to 6.8.1 + ## [9.4.1] - 2022-09-05 ### Bugfix @@ -12,9 +33,11 @@ ### Changed -- Support Selenium 4 -- Update Selenide to 6.7.3 -- Update commons-lang3 to 3.12.0 +- Upgrade selenide to 6.7.1 +- Upgrade selenium-java to 4.3.0 +- Upgrade commons lang3 to 3.12.0 +- Upgrade junit to 5.8.1 +- Upgrade assertj-core to 3.23.1 ### Bugfix @@ -24,14 +47,14 @@ ### Changed -- Update Selenide to 5.25.0 +- Update selenide to 5.25.0 - SelectOneRadio: Change selectItemByValue so it selects by the item value and add selectItemBy Label as replacement for the old behaviour ### Added - Add more JavaDoc - SelectOneMenu: Add selectByValue method (by the item value) -- SelectOneMenu: Add support for SelectOneMenu with editable mode activated +- SelectOneMenu: Add support for SelectOneMenu with editable mode activated ## [9.2.2] - 2021-04-29 @@ -45,6 +68,7 @@ Meanwhile there was some improvement in the API: ### Added +- Add casemap URL to EngineUrl Util - Table#row(int) - Table#column(int) - Table#valueAtShoudBe(int, int, Condition) @@ -70,7 +94,7 @@ Meanwhile there was some improvement in the API: ### Changed -- Update Selenide from 5.12.2 to 5.15.0 +- Update selenide from 5.12.2 to 5.15.0 ### Removed @@ -86,7 +110,38 @@ The versions of the **web-tester** and **primeui-tester** has been streamlined. ### Changed -- Update Selenide from 5.10.0 to 5.12.2 +- Update selenide from 5.10.0 to 5.12.2 + +## [8.0.1] - 2020-04-06 + +The API of the **EngineUrl** has been changed. There are new methods (e.g +`createProcessUrl(String path)`), which uses the new URL builder to create the +engine URL. The old methods are still available but they are deprecated. + +### Changed + +- [XIVY-3568](https://jira.axonivy.com/jira/browse/XIVY-3568) + Provide new IvyWebTest artifact. + +## [8.0.0] - 2020-04-01 + +Add a new `web-tester` artifact. This provides an JUnit5 annotation +(**IvyWebTest**) to simply start a selenide test. It also has a API to get the +base URL of your running Axon Ivy Engine (**EngineUrl**). + +### Added + +- [XIVY-3568](https://jira.axonivy.com/jira/browse/XIVY-3568) + Provide new IvyWebTest artifact. + +--- + +#### Change Log notes + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). ## [7.0.0] - 2020-04-01 @@ -106,6 +161,6 @@ In addition the package name of the `primeui-tester` has been changed: #### Change Log notes All notable changes to this project will be documented in this file. - + The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). diff --git a/README.md b/README.md index 30e848b..d2cc44e 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,7 @@ class WebTest { ## Changelog -* [web-tester](web-tester/CHANGELOG.md) -* [primeui-tester](primeui-tester/CHANGELOG.md) -* [unit-tester](unit-tester/CHANGELOG.md) +* [Changelog](CHANGELOG.md) ## Release new version diff --git a/unit-tester/CHANGELOG.md b/unit-tester/CHANGELOG.md deleted file mode 100644 index 757fba2..0000000 --- a/unit-tester/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# Change Log (unit-tester) - -## [10.0.0] - 2022-10-06 - -## [9.4.1] - 2022-09-05 - -## [9.4.0] - 2022-09-05 - -### Changed - -- Update junit to 5.8.1 -- Update assertj to 3.23.1 diff --git a/web-tester/CHANGELOG.md b/web-tester/CHANGELOG.md deleted file mode 100644 index ff4432b..0000000 --- a/web-tester/CHANGELOG.md +++ /dev/null @@ -1,79 +0,0 @@ -# Change Log (web-tester) - -## [11.2.0] - - -### Added - -- Add WebAppFixture util for login and config fixtures - An Axon Ivy Engine in version 10.0.14 is at least needed for all fixtures - -### Changed - -- Upgrade selenide to 6.19.0 - -## [11.1.0] - 2023-04-19 - -### Changed - -- Upgrade selenide to 6.13.0 - -## [10.0.0] - 2022-10-06 - -### Changed - -- Upgrade selenide to 6.8.1 - -## [9.4.1] - 2022-09-05 - -## [9.4.0] - 2022-09-05 - -### Changed - -- Upgrade selenide to 6.7.1 -- Upgrade selenium-java to 4.3.0 -- Upgrade commons lang3 to 3.12.0 -- Upgrade junit to 5.8.1 -- Upgrade assertj-core to 3.23.1 - -## [9.3.0] - 2021-11-16 - -## [9.2.2] - 2021-04-29 - -### Added - -- Add casemap URL to EngineUrl Util - -## [9.2.1] - 2020-10-15 - -## [9.1.0] - 2020-06-24 - -## [8.0.1] - 2020-04-06 - -The API of the **EngineUrl** has been changed. There are new methods (e.g -`createProcessUrl(String path)`), which uses the new URL builder to create the -engine URL. The old methods are still available but they are deprecated. - -### Changed - -- [XIVY-3568](https://jira.axonivy.com/jira/browse/XIVY-3568) - Provide new IvyWebTest artifact. - -## [8.0.0] - 2020-04-01 - -Add a new `web-tester` artifact. This provides an JUnit5 annotation -(**IvyWebTest**) to simply start a selenide test. It also has a API to get the -base URL of your running Axon Ivy Engine (**EngineUrl**). - -### Added - -- [XIVY-3568](https://jira.axonivy.com/jira/browse/XIVY-3568) - Provide new IvyWebTest artifact. - ---- - -#### Change Log notes - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/).