Versions Compared

Key

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

AssertThat has a number of inbuilt pieces of functionality to enable your team to quickly add new scenarios, reuse steps and format scenarios. These features will save your team time and ensuring the scenarios are correctly formatted making them easier to review.

Autocomplete - CTRL+Space

CTRL+Space enables brings up auto complete for Steps for Windows

...

Start typing the key words into the line and auto complete will find any steps containing the key words. In the below example the work “account” is found in 3 steps.

...

Format Scenario - CTRL+ALT+L

CTRL+ALT+L auto formats your gherkin scenarios for Windows.

...

  • simply press CTRL+ALT+L to format (Control+Option+L on Mac)

    • scenario steps

    • Examples table

...

Add Comments - Ctrl+/

CTRl+/ comments out lines in your gherkin scenarios (For Windows and Mac)

...