mudlet/squish-tests
Vadim Peretokin 7aabee661c Added Squish tests (#886)
See https://youtu.be/hp4pLIJ1sSc for a demo.

I've been playing around with a few and would like to settle on using BDD going into the future - code is easier to capture but far less readable later on.
2017-04-27 11:27:42 +02:00
..
suite_Mudlet Added Squish tests (#886) 2017-04-27 11:27:42 +02:00
suite_Mudlet_Playground Added Squish tests (#886) 2017-04-27 11:27:42 +02:00
README.md Added Squish tests (#886) 2017-04-27 11:27:42 +02:00

fdupes -r . -d -N # delete all md5-sum identical images first, it's pretty quick indimagedupes -t 99.5% --program=which rm . # 99.5% confidence interval seems to be what's needed to get allow 2 characters difference

run stress tests on a loop

while :; do ./squishrunner --testsuite ~/Programs/Mudlet/Github-Mudlet/squish-tests/suite_Mudlet/ --testcase tst_open_custom_exit_lines_dialog; sleep 1; done