mirror of
https://github.com/Mudlet/Mudlet
synced 2026-08-13 18:26:27 -04:00
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. |
||
|---|---|---|
| .. | ||
| suite_Mudlet | ||
| suite_Mudlet_Playground | ||
| README.md | ||
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