-
Notifications
You must be signed in to change notification settings - Fork 0
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
8 create UI tests and add to ci pipeline #13
Conversation
I tested some more complex game scenarios with Cucumber. The focus was on testing the movement of the saboteur and the mechanic when they meet on the pipe system. |
I wrote a short summary of the testing. |
Quality Gate failedFailed conditions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding Test Coverage to the pipeline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests seem to be running fine on my end. And the pipeline recognise them well fine.
I added cucumber to the project.
Additionally implemented a few BDD test using the Cucumber java framework.