Skip to content

Project developed with Cypress based on the 2 User Stories that are listed in README file

Notifications You must be signed in to change notification settings

alicemalzac/ToDoApp_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App Web Automated Tests

About the project

This project was developed with Cypress Framework based on the following User Stories:

US#1 - Create Task
As a ToDo App user
I should be able to create a task
So I can manage my tasks
US#2 - Create SubTask
As a ToDo App user
I should be able to create a subtask
So I can break down my tasks into smaller pieces

Project architecture

This project has three important files:

  • Task Spec: Test Cases about Task features
  • SubTask Spec: Test Cases about SubTask features
  • Automated Task txt: List of other automated tests that can be performed in this application

Local usage

In order to replicated what was done you have to:

  1. Clone this project with:
git clone https://github.com/alicemalzac/Cypress_BDD.git
  1. Run with the command below:
npx cypress open

After that, you can access these 2 test specs, select the one you want to run:

  • Subtask
  • Task

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Project developed with Cypress based on the 2 User Stories that are listed in README file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages