Skip to content
Snippets Groups Projects

tests(cucumber): add certification

Merged Hugo Trentesaux requested to merge hugo-cucumber into master
Compare and Show latest version
11 files
+ 61
14
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -4,4 +4,9 @@ Feature: Certification
Scenario: Dave certifies Alice
When dave certifies alice
Then alice should be certified by dave
\ No newline at end of file
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
Loading