Skip to content

automateITpro/ui-test-automation-with-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

automateIT

This repository contains code for workshop UI test automation with Cypress in automateIT Automation Meetup vol. 3

How to use it

Prerequisites

  1. Install Cypress (with npm, not direct download)
  2. Install or choose a code editor (e.g. Visual Studio Code)
  3. Setup autocomplete (via jsconfig.json if using VS Code; whichever way you use, test to see that it works)
  4. Create a user in http://automationpractice.com

Downloading and running the code

  1. Clone the repository
  2. In cypress/fixtures/users.json update the user information to match your user
  3. Open Cypress: cd <directory_of_where_you_cloned_it> npx cypress open
  4. Run the tests

What's next?

Open the tests in your code editor to explore and modify them, running them in Cypress along the way. Have fun! 👩‍💻🥳

Slides

Slides of the workshop


Link to presentation recording at 👉 automateIT channel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published