Kaspresso Versions Save

Android UI test framework

v.1.5.4

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.5.3...v.1.5.4

v.1.5.3

8 months ago

What's Changed

And other internal improvements and new tutorial lessons

New Contributors

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.5.2...v.1.5.3

v.1.5.2

1 year ago

What's Changed

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.5.1...v.1.5.2

v.1.5.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.5.0...v.1.5.1

v.1.5.0

1 year ago

What's Changed

Kaspresso 1.5.0 release contains many changes. Some of them require close attention. Please check them out.

https://github.com/KasperskyLab/Kaspresso#breaking-changes

New Contributors

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.4.2...v.1.5.0

v.1.4.2

1 year ago

What's Changed

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.4.1..v.1.4.2

v.1.4.1

2 years ago

What's Changed

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v.1.4.0...v.1.4.1

v.1.4.0

2 years ago

Features

What's Changed

New Contributors

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/v1.3.0...v.1.4.0

v1.3.0

2 years ago

Features

What's Changed

New Contributors

Full Changelog: https://github.com/KasperskyLab/Kaspresso/compare/1.2.1...v1.3.0

1.2.1

2 years ago

Changes

  1. Transferring from jcenter to maven.
  2. Update Kakao version (3.0.2) with the changed package name.
  3. Bugs fixes and small improvements.

Breaking changes

Kaspresso migrated to a new version of Kakao which has io.github.kakaocup.kakao package name. Replace all imports using command find . -type f \( -name "*.kt" -o -name "*.java" \) -print0 | xargs -0 sed -i '' -e 's/com.agoda/io.github.kakaocup/g' or using global replacement tool in IDE.