Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Files

Latest commit

409938f · Mar 21, 2022

History

History
12 lines (10 loc) · 331 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 331 Bytes

0.1.0 - [2021-11-14]

Added

  • Initial early alpha release
  • Syntax highlighting
  • Basic linting:
    • must start with Feature name
    • must have only one Feature keyword
    • invalid line/step
    • should have "Given" or "When" step as beginning step
    • repeated step should be written as "And"