Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Conventions

  • Steps are not inherited in Cucumber Java. This means that all classes with step definitions contain some repetition (like before methods with scenario hookup).
  • Steps have to be written in lowercase only.
  • A new step should be documented in 02 - Developmentthe Language Reference.
  • All features in the actual CWB project have to be able to run and be sucessfullsucessful. (no examplecode that doesn't function or the scenario has to be tagged with  @ignore tag .)

...