Skip to content

Tags: andreasgebauer/serenity-core

Tags

v2.0.59

Toggle v2.0.59's commit message
Release of 2.0.59

v2.0.58

Toggle v2.0.58's commit message
Release of 2.0.58

- Fixed  serenity-bdd#1733

v2.0.57

Toggle v2.0.57's commit message
Release of 2.0.57

- Fixed a unit test
- Now you can provide multiple links for evidence, and use a markdown-like syntax to put your own labels on the evidence links, e.g.
- Fix a broken link in the requirements tabs that sometimes occurs when filtering by tags
- Fixed a defect where empty requirements types could lead to broken links during report filtering
- Fixed a broken unit test
- Updated a unit test
- Prevent a null pointer exception when tags are used in example tables. This doesn't fix the problem entierly, as the example results in this scenario will not be displayed against the right rows.
- Remove the example number in table descriptions, as it can be misleading when there are multiple example tables.
- Remove the example number in table descriptions, as it can be misleading when there are multiple example tables.
- Added improved support for filtering test results using the -Dtags option
- Merge pull request serenity-bdd#1730 from miles-mason/master
- fix: prevent KotlinNullPointerException when an outcome has no test steps
- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Minor refactoring
- Update README.md

v2.0.56

Toggle v2.0.56's commit message
Release of 2.0.56

- Updated a unit test
- Fixed a unit test
- Better support of manual tests
- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Added support for manual tests with evidence and latest tested version.
- Added support for boolean Questions
- Update README.md
- Update README.md
- Merge pull request serenity-bdd#1725 from Azer249/master
- fix: Configuration object was being coppied when a new PageURLS object was instantiated
- Merge pull request serenity-bdd#1724 from SiKing/feature/1723_make_WEBDRIVER_CHROME_BINARY_work
- make WEBDRIVER_CHROME_BINARY work
- Merge pull request serenity-bdd#1722 from ybilevych/master
- Merge pull request serenity-bdd#1718 from ShaunyPrawn/collapsible_nested_steps
- Handle any WebDriverException when evaluating usability of webelements collection for default strategy.
- feat: upgrade 'default.ftl' step report template to support collapsing nested steps

v2.0.55

Toggle v2.0.55's commit message
Release of 2.0.55

- Fixed a bug with custom waits on XPath/CSS Targets
- Fixed a bug with custom waits on XPath/CSS Targets
- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Added some improvements to the  features
- Merge pull request serenity-bdd#1715 from Bmaopp/master
- fixes screenshot numbering for datadriven tests

v2.0.54

Toggle v2.0.54's commit message
Release of 2.0.54

- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Added the Ensure.thatTheCurrentPage() method to allow checks on page title, contents etc.

v2.0.53

Toggle v2.0.53's commit message
Release of 2.0.53

- Merge pull request serenity-bdd#1710 from miles-mason/master
- fix: Remove exclamation marks from the Page Title
- Update README.md
- Update README.md
- Update README.md
- Update README.md
- Added a title to the readme
- Added a title to the readme
- Update README.md
- Updated the readme
- Update README.md

v2.0.52

Toggle v2.0.52's commit message
Release of 2.0.52

- Improved support for custom drivers in examples tables

v2.0.51

Toggle v2.0.51's commit message
Release of 2.0.51

- Merged in PR serenity-bdd#1638
- Added the report.subtitle option to add a subtitle to the report. This can be used to add some context, for example the filter being used to generate the report.
- Improved error messages for string and collection checks
- Improved reporting for Enter and Type tasks

v2.0.50

Toggle v2.0.50's commit message
Release of 2.0.50

- Updated a unit test
- Added support for RestAssured request() methods (serenity-bdd#1674)
- Fixed serenity-bdd#1692
- Fixed serenity-bdd#1694
- Improved rendering of single column tables in Cucumber
- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Updated gitignore to ignore Eclipse files
- Better reporting for the Ensure task
- Merge pull request serenity-bdd#1687 from Bmaopp/master
- 1622