Skip to content
Snippets Groups Projects

tests(cucumber): add certification

Merged Hugo Trentesaux requested to merge hugo-cucumber into master
Compare and
8 files
+ 194
11
Compare changes
  • Side-by-side
  • Inline
Files
8
@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