Closed michaeljacobdavis closed 5 years ago
Running testarmada-nightwatch-extra@5.1.1 with Appium, I'm running into the nightwatch process hanging open. It seems to be hit or miss but happens more often than not. It will pass the test, but never complete.
testarmada-nightwatch-extra@5.1.1
I saw https://github.com/TestArmada/nightwatch-extra/pull/94 had been added in 4.x to solve this, but was removed in 5.x. Any reason?
4.x
5.x
Adding it back in (this is a copy+paste of what was previously in there) solves the issue:
Happy to create a demo project to recreate this and refactor this out if you think it's needed.
It looks like CI is failing on Error trying to install Chromedriver binary. Waiting and trying again. Unexpected token function for Node 6.
Error trying to install Chromedriver binary. Waiting and trying again. Unexpected token function
6
Running
testarmada-nightwatch-extra@5.1.1
with Appium, I'm running into the nightwatch process hanging open. It seems to be hit or miss but happens more often than not. It will pass the test, but never complete.I saw https://github.com/TestArmada/nightwatch-extra/pull/94 had been added in
4.x
to solve this, but was removed in5.x
. Any reason?Adding it back in (this is a copy+paste of what was previously in there) solves the issue:
Happy to create a demo project to recreate this and refactor this out if you think it's needed.