AdonisJS V5: JSDOM HTML question about testing #1339
Unanswered
menzhessarov
asked this question in
Help
Replies: 1 comment
-
If I recall it correctly JSDOM follows redirects by default |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Guys, how do I go about testing the basic login html page showcased in V5 docs? My initial idea is to insert username and password to input tags and then after redirect check cookies. But Idk what will happen to jsdom when I submit the form, will it redirect just like in the browser?
Beta Was this translation helpful? Give feedback.
All reactions