Skip to content
Snippets Groups Projects

tests(cucumber): add certification

Merged Hugo Trentesaux requested to merge hugo-cucumber into master
Compare and
7 files
+ 185
1
Compare changes
  • Side-by-side
  • Inline
Files
7
@genesis.wot
Feature: Certification
Scenario: Dave certifies Alice
When dave certifies alice
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