Skip to content

Commit

Permalink
Combine changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Nov 15, 2023
1 parent 0e9ea40 commit f801ef0
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 103 deletions.
73 changes: 64 additions & 9 deletions primeui-tester/CHANGELOG.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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)
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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/).
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 0 additions & 12 deletions unit-tester/CHANGELOG.md

This file was deleted.

79 changes: 0 additions & 79 deletions web-tester/CHANGELOG.md

This file was deleted.

0 comments on commit f801ef0

Please sign in to comment.