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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
As a user of nightwatch-cucumber myself, I can say that both work together.
But you cannot use a trigger with BDD steps, since you have to write separate steps to start listenning for XHR, and then another step to get what has been listened.
I use :
Given some stuff
And browser listens for XHR
When some action that should trigger XHR
Then something that checks listened XHRs
It doesn't show any response code each time. wait 3sec
Please look at #42
I had similar case and had to modify client.js in es5 folder.
This might be due to the fact that there are multiple requests in background and last one finishes with 404.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys! I downloaded your package and discovered it doesn't work with nigthwatch-cucumber....((
When I run them I got
Error while running waitForFirstXHR command: trigger should be a function
It would be great if you adept it with that framework
The text was updated successfully, but these errors were encountered: