TutorialsΒΆ
- Tutorial 1: First Steps
- Tutorial 2: Natural Language
- Tutorial 3: Step Parameters
- Tutorial 4: Scenario Outline
- Tutorial 5: Multi-line Text (Step Data)
- Tutorial 6: Setup Table
- Tutorial 7: Result Table
- Tutorial 8: Execute Other Steps in a Step
- Tutorial 9: Use Background
- Tutorial 10: User-defined Data Type
- Tutorial 11: Use Tags
- Tutorial 12: Use another Spoken Language
Important
Directory Structure
The following directory structure is used in these tutorials:
$PROJECT/
+-- features/ -- Contains all feature files.
| +-- steps/
| | +-- step_*.py -- Step definitions for features.
| +-- environment.py -- Environment for global setup...
| +-- tutorial*.feature -- Feature files.