Skip to content

Automated testing of login and contact forms written in BDD format with Gherkin syntax using Cypress and Cucumber

Notifications You must be signed in to change notification settings

StephanieJF/cy-cucumber-bdd-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login and Contact Form Testing with Cypress and Cucumber

Automated testing of login and contact forms written in BDD format with Gherkin syntax using Cypress and Cucumber.

Test Details

Feature: Contact Us Form
Given I am on the webdriveruniversity homepage
When I click the Contact Us button
And I type a first name and a last name
And I type an email address and a comment
And I click the submit button
Then I should see appropriate response messaging
Feature: Login Portal
Given I am on the webdriveruniversity login page
When I type a username and a password
And I click the login button
Then I receive an alert message

About

Automated testing of login and contact forms written in BDD format with Gherkin syntax using Cypress and Cucumber

Resources

Stars

Watchers

Forks