flywojt
flywojt
No. I write simple test to check out if everything is ok. Chrome is launched, and correct page is loaded but there is no any actions like send keys or...
Full logs: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/Cellar/node@6/6.12.0/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'run', 1 verbose cli 'tdd' ] 2...
It seems that using yarn resolve problems but I have got another issue: `Error: Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a...
@alexkaufman06 could you send code sample how you solve this problem? I have similar problem with AfterAll hook
@kamolins no, I didn't @charlierudolph I am adding log files with request/response from REST API and another file with information about testing env. For now, I am using step at...