maksym_koiev

Results 5 issues of maksym_koiev

Steps * run tests on all locally installed browsers (testcafe all) Expected: all tests run correctly Actual result: all tests fail due to waiting time out exceed note: if I...

Set option "all" in "test" script start "npm test" Expected: all tests run in all locally installed browsers Actual result: go error "ERROR Unable to establish one or more of...

For load testing my tests run in docker containers. When I span 40+ containers in ~1-2 containers see testcafe error: ERROR No tests to run. Either the test files contain...

Hi guys, you created really good tool, I like it. Could u please help me with my problem. When I run tests in few browsers or run tests again, roport.json...

enhancement

when I run follow code const looksSame = require('looks-same'); function diff (){ looksSame.createDiff({ reference: './reference.png', current:'./current.png', diff: './diff.png', highlightColor: '#ff00ff', // color to highlight the differences strict: false, // strict...