You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qatest -> dalek tests/mytest.js -b ios:safari
Running tests
Port must be greater than 0 and less than 65536
Invalid argument for param callbackPort: undefined
I have a Dalekfile.js also, in my project directory ('qatest'), with the following content:
{
"browsers": {
"ios": {
"portRange": [6100, 6120]
}
}
}
The text was updated successfully, but these errors were encountered:
I´m having trouble after the last 1 1/2 iOS (respective OSX) updates.
We´re going to rewrite the adapter (better starting from scratch) to make future versions more robust & itself easier to maintain.
Hi I am getting the same issue. I created a dalekfile.json in the root of my project and have the following contents {
"browsers": [{
"chrome": {
"port": 6000
},
"ios": {
"port": 5555
}
}]
}
It is throwing the same error
Here's the output I get:
qatest -> dalek tests/mytest.js -b ios:safari
Running tests
Port must be greater than 0 and less than 65536
Invalid argument for param callbackPort: undefined
I have a Dalekfile.js also, in my project directory ('qatest'), with the following content:
{
"browsers": {
"ios": {
"portRange": [6100, 6120]
}
}
}
The text was updated successfully, but these errors were encountered: