Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show exception for 500 status code #47

Closed
kbond opened this issue Jul 16, 2021 · 1 comment · Fixed by #81
Closed

Show exception for 500 status code #47

kbond opened this issue Jul 16, 2021 · 1 comment · Fixed by #81
Labels
enhancement New feature or request
Milestone

Comments

@kbond
Copy link
Member

kbond commented Jul 16, 2021

Ref: laravel/framework#38025

Dump validation errors: laravel/framework#38046

@kbond kbond added the enhancement New feature or request label Jul 16, 2021
@kbond kbond added this to the 1.0 milestone Apr 5, 2022
@kbond
Copy link
Member Author

kbond commented Apr 6, 2022

Alternative, simpler idea:

Before doing any interactions (click/fill field/assertions). Ensure the response is 20x and if not, parse the exception class/message from the response and fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant