Skip to content

Releases: schroepf/TestLab

android-xml-run-listener: Release 0.4.0

09 Apr 06:51
11ff6fc
Compare
Choose a tag to compare
  • update documentation for androidx and non-androidx support

android-test-rules: Release 0.1.0

09 Apr 19:10
Compare
Choose a tag to compare

Initial release for android-test-rules library.

android-xml-run-listener-legacy: Release 0.4.0

09 Apr 06:53
Compare
Choose a tag to compare
  • New release which is compatible with non-androidx builds

0.3.1 Release

07 Nov 20:17
Compare
Choose a tag to compare

Migrated to AndroidX

0.3.0 Release

17 Oct 19:24
Compare
Choose a tag to compare

This release updates the android-xml-run-listener and the sample app's codebase to recent android SDKs and build tools.

0.2.2 Release

17 Dec 12:01
Compare
Choose a tag to compare

fixes issue #9: Subclasses can now override strategy to create XML report files

0.2.1 Release

07 Dec 23:18
Compare
Choose a tag to compare
  • fixes issue #2 : Assumption failures are now treated as skipped
  • fixes issue #6 : getFileName is now protected so that subclasses of XmlRunListener can override it

0.2.0 Release

25 Oct 22:26
Compare
Choose a tag to compare

Changes:

  • adds support for orchestrated tests, will create new report XML file for each test run
  • updates all dependencies to current versions

Note: It is necessary to uninstall the app from prvious runs (clean up the report directory manually) before running the orchestrator or previous files will persist.