Skip to content

Tags: IvanLiulko/serenity-core

Tags

v2.0.20

Toggle v2.0.20's commit message
Release of 2.0.20

- Removed redundant test
- Filter out blank screens at the start of a test
- Improved screenshot rendering
- Improved screenshow rendering

v2.0.19

Toggle v2.0.19's commit message
Release of 2.0.19

- Improveed reporting of WebElements in logging
- Updated integration tests
- Improved screenshot rendering
- Fixed issue with rogue screenshots appearing in screenplay tests
- Fixed minor issue with colour codes in the Windows console

v2.0.18

Toggle v2.0.18's commit message
Release of 2.0.18

- Experimental fix for serenity-bdd#1455
- Fixed serenity-bdd#1456 - typo in package name
- Fixed incorrect calls in some of the Screenplay REST interaction classes
- Improved error reporting
- Fixed an error where the driver tags from Cucumber and JBehave where not being honored for Screenplay tests Fixed an error where screenshots were not being reported for tests with Screenplay actors.

v2.0.17

Toggle v2.0.17's commit message
Release of 2.0.17

- Updated to selenium 3.141.5

v2.0.16

Toggle v2.0.16's commit message
Release of 2.0.16

- Fixed an inconsistency in reporting tagged example tables

v2.0.15

Toggle v2.0.15's commit message
Release of 2.0.15

- Fixed spelling of 'manual.task.instrumentation'
- Merge pull request serenity-bdd#1445 from cliviu/master
- Merge remote-tracking branch 'upstream/master'
- Merge remote-tracking branch 'upstream/master'
- Appium parallel tests:set appium.udid capability

v2.0.14

Toggle v2.0.14's commit message
Release of 2.0.14

- Added the 'manual.task.instrumentation' property to allow users to opt out of the automatic task instrumentation (serenity-bdd#1444)
- Updated the emailable reports for better Outlook compatibility

v2.0.13

Toggle v2.0.13's commit message
Release of 2.0.13

- Fixed an issue with the upgrade to Java 9+ compatibility

v2.0.12

Toggle v2.0.12's commit message
Release of 2.0.12

- Updated version to 2.0.12
- Fixed a defect with task creation
- Fixed a defect with task creation
- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Fixed some Java module issues
- Fixed some Java module issues
- Update to Selenium 3.141.0
- Refactored build to separate browser and appium tests
- Added dependencies for Java 9+ compatibility
- Reorganised appium tests
- Updated a unit test
- Merge branch 'master' of https://github.com/serenity-bdd/serenity-core
- Updated Appium client vesion to 6.1.0
- Improved support for Screenplay tasks without instrumentation or @step annotations.
- Merge pull request serenity-bdd#1438 from cliviu/master
- Appium parallel tests:set SESSION_OVERRIDE when starting appium server
- Merged in fixes to appium server creation logic.
- Merge pull request serenity-bdd#1437 from cliviu/master
- Experimental support for running parallel tests with different Appium devices
- Fix for serenity-bdd#1436
- Merge pull request serenity-bdd#1434 from cliviu/master
- Experimental support for running parallel tests with different Appium devices -improve thread safety of AppiumServerPool
- Test refactoring

v2.0.11

Toggle v2.0.11's commit message
Release of 2.0.11

- Manage the tags displayed on the home page using `dashboard.tag.list` and `dashboard.excluded.tag.list`
- Updated tests
- Reverted serenity-bdd#1416
- Various reporting improvements. Added clock time to time summary data. Correct handling of test contexts
- more logging
- Logging messages
- Added some log messages to troubleshoot appium integration
- Experimental support for running parallel tests with different Appium devices. The Appium Service pool is responsible for starting up and shutting down Appium servers. A server is associated with a device.