Versions Compared

Key

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

This information is related to the development of CWB. Information on how to use CWB to write tests can be found in the section User Documentation.

Locations

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 the Language Reference.
  • All features in the actual CWB project have to be able to run and be sucessful. (no examplecode that doesn't function or the scenario has to be tagged with  @ignore tag .)

...