Skip to content

assertthat/cypress-cucumber-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. 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"
  1. Run npm test

About

Example of cypress with cucumber and AssertThat BDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published