Skip to content

Releases: squidpunch/test_sweet

Version 0.6.2

24 Dec 17:40
Compare
Choose a tag to compare
  • Adds ability to provide noReset thanks @mikowitz

0.5.1

17 Sep 17:11
Compare
Choose a tag to compare

Updates provided step files to let you pass in fuzz factor, and max attempts when using screenshot compares in your feature steps.

So now you can use any of the following when screenshot comparing in your feature steps

Then the screen should match "the login screen"

Then the screen should match "the login screen" with a fuzz factor of 1

Then the screen should match "the login screen" with a fuzz factor of 1 with 5 max attempts

Android Support

06 Aug 17:45
Compare
Choose a tag to compare

Now with Ruby Motion android support!

Release 0.4.0

17 Jul 18:41
Compare
Choose a tag to compare
  • Adds a CLI interface for running tests if you prefer an interface that does not use rake, and works similar to how you would have previously ran tests if you were doing cucumber testing on rails or other applications.
  • Adds a short circuit for when the application has not been built for the simulator to run your tests.