Example of cypress with cucumber and AssertThat BDD
- Before the run replace ASSERTTHAT_ACCESSKEY and ASSERTTHAT_SECRET_KEY with corresponding values from project configuration page
- Import the foloowing feature file into the plugin as described here
Feature: Searching for AssertThat in Google
I want to find AssertThat in Google search results
@AUTOMATED
Scenario: Searching for AssertThat in Google
Given I am on Google home page
When I search for "AssertThat bdd"
Then I see that the first result is "AssertThat-BDD & Cucumber for Jira | Atlassian Marketplace"
- Run
npm test