https://github.com/assertthat/cypress-cucumber-example
Example of cypress with cucumber and AssertThat BDD
https://github.com/assertthat/cypress-cucumber-example
Last synced: 4 months ago
JSON representation
Example of cypress with cucumber and AssertThat BDD
- Host: GitHub
- URL: https://github.com/assertthat/cypress-cucumber-example
- Owner: assertthat
- Created: 2020-02-18T15:33:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T15:39:22.000Z (almost 6 years ago)
- Last Synced: 2025-01-07T15:26:07.642Z (11 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cypress-cucumber-example
Example of cypress with cucumber and AssertThat BDD
1. Before the run replace ASSERTTHAT_ACCESSKEY and ASSERTTHAT_SECRET_KEY with corresponding values from project [configuration page](https://assertthat.atlassian.net/wiki/spaces/ABTM/pages/725385217/Configuration)
2. Import the foloowing feature file into the plugin as described [here](https://assertthat.atlassian.net/wiki/spaces/ABTM/pages/725057639/Import+Features+and+Scenarios)
```
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"
```
3. Run ```npm test```