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

Testcase get skip instead of fail when assertion failed in cucumber step #4

Closed
cjayswal opened this issue Jun 3, 2020 · 0 comments
Closed
Labels

Comments

@cjayswal
Copy link
Contributor

cjayswal commented Jun 3, 2020

version: 3.0.0-beta-3

Steps To Reproduce

* Create step def using cucumber5 
* Add assertion `Validator.asserThat(false,Mathchers.is(true))`
* Run as TestNG test

Expected behavior

Test case result should be fail

Actual behavior

Test case result is skip

@cjayswal cjayswal added the bug label Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant