Skip to content
Snippets Groups Projects
Commit ab5894ba authored by Éloïs's avatar Éloïs
Browse files

tests(cucumber): fix certification test and add it in CI

parent 42b2d0f5
No related branches found
No related tags found
No related merge requests found
...@@ -161,6 +161,7 @@ tests_debug: ...@@ -161,6 +161,7 @@ tests_debug:
- cargo cucumber -i balance* - cargo cucumber -i balance*
- cargo cucumber -i monetary* - cargo cucumber -i monetary*
- cargo cucumber -i transfer* - cargo cucumber -i transfer*
- cargo cucumber -i certification*
after_script: after_script:
- cd target/debug/deps/ - cd target/debug/deps/
- rm cucumber_tests-*.d - rm cucumber_tests-*.d
......
...@@ -5,8 +5,3 @@ Feature: Certification ...@@ -5,8 +5,3 @@ Feature: Certification
Scenario: Dave certifies Alice Scenario: Dave certifies Alice
When dave certifies alice When dave certifies alice
Then alice should be certified by dave Then alice should be certified by dave
@ignoreErrors
Scenario: Dave certifies Alice (but dave is not certified by charlie, this test should fail)
When dave certifies alice
Then dave should be certified by charlie
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment