Skip to content

Releases: futuredapp/tasting

Pattern text matching

10 Jul 06:17
b96c279
Compare
Choose a tag to compare
Merge pull request #29 from thefuntasty/feature/by-text-with-pattern

Add methods with By.text to accept pattern as parameter

New bot methods

11 Jan 12:55
1873cd4
Compare
Choose a tag to compare

Add optional touch duration
Add take camera photo
Add launch app

Make testdevice and resource getting methods public

21 Dec 12:43
ffa17b4
Compare
Choose a tag to compare

Make testdevice and resource getting methods public + allow multiple arguments in assertion methods

Make bot convert resource ids to string representation internally, add new bot methods, refactor

22 Nov 09:53
06243e4
Compare
Choose a tag to compare
Merge pull request #20 from thefuntasty/feature/update-readme

update README.md

Fix screenshot order in report

03 Jan 11:53
48f15fd
Compare
Choose a tag to compare

Fix screenshot order in generated report by adding current milliseconds to screenshot filename

Fix exception throwing when requested view is not found

12 Dec 11:46
d7ea929
Compare
Choose a tag to compare
Merge pull request #13 from thefuntasty/fix/remove-NPE-catching

check if view is null before calling methods on it

Make method waitForTextOrNull able to return null

08 Dec 08:48
ff9f4a2
Compare
Choose a tag to compare
Merge pull request #12 from thefuntasty/fix/wait-for-text-or-null

make method waitForTextOrNull able to return null

Make method waitForIdOrNull able to return null

08 Dec 07:56
d0239fa
Compare
Choose a tag to compare
Merge pull request #11 from thefuntasty/fix/wait-for-id-or-null

make method waitForIdOrNull able to return null

Fix dependency transitivity

07 Dec 15:08
45e4afd
Compare
Choose a tag to compare
Merge pull request #10 from thefuntasty/fix/dependencies

fix dependency transitivity

Fix bot visibility when Scenario inherited in java class

06 Dec 14:49
b213653
Compare
Choose a tag to compare
Merge pull request #8 from thefuntasty/fix/java

fix inheritance in java