Rob Cooper
Rob Cooper
At the very least, can we improve the error message? I was getting `TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined` before testing whether an...
It looks like ESprima is to blame, so [I've raised a bug](https://github.com/jquery/esprima/issues/2034) with them.
The workaround for now, is to revert to using `.concat()` instead of `...`.
I'm facing a similar issue (albeit when a service returns `500` instead of the expected response code). Having this be parsed properly would reduce effort in to debugging failures
@denvazh There's a forked library which has the latest version (3.5). Any chance you would be able to update your repo as well? https://github.com/ashkankia/gatling
We're also seeing this on a small section of our tests... I'll investigate reverting to an older version of FF. I'm happy to provide a details test scenario, if that...
I don't think this is an issue anymore 🤷
Similar to others, I'm seeing this issue on the latest (1.33.x) version. It's only happening in CircleCi runs, but consistently fails during the `page.goto` step for Safari (_webkit_) browser, and...
I think this is now resolved. It's working for me when I do `testcafe -L safari`
Any updates on this?