Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Sample Vue app for introduction to end to end testing with cypress

Notifications You must be signed in to change notification settings

M-ZubairAhmed/e2e-testing-on-vue-with-cypress

Repository files navigation

End to End testing with Cypress JS

Deck : https://slides.com/mzubairahmed/cypress-testing

Project setup

<!-- Clone the repository -->
git clone https://github.com/M-ZubairAhmed/e2e-testing-with-cypress.git

<!-- Install packages -->
yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e
Hot reloading tests
  1. Start the app
yarn serve
  1. Start the test in separate terminal
yarn test:e2e --url <url-of-client-app>

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

Sample Vue app for introduction to end to end testing with cypress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published