- 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 #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