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

How to report failing scenarios when running BDD tests? #19

Open
SAGARSURI opened this issue Apr 15, 2021 · 0 comments
Open

How to report failing scenarios when running BDD tests? #19

SAGARSURI opened this issue Apr 15, 2021 · 0 comments

Comments

@SAGARSURI
Copy link

SAGARSURI commented Apr 15, 2021

Hey @rvowles
Currently, I am using the following command to run the BDD tests:
dart --enable-asserts "$acceptance_test_file"
But if a scenario failed while running the tests. It's not very clear to know which specific scenarios failed. I mean it's not behaving the same way as it happens with flutter test command. I am running tests using pre-push git hooks. If a flutter test fails, the git hook reports that the test failed. But if the BDD scenario failed it doesn't report that the test failed.
I hope you understood what I mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant