Skip to content

Instantly share code, notes, and snippets.

@igorshubovych
Last active November 21, 2018 10:19
Show Gist options
  • Save igorshubovych/9caa756d3d640ba0ce5d5fe1b210d37f to your computer and use it in GitHub Desktop.
Save igorshubovych/9caa756d3d640ba0ce5d5fe1b210d37f to your computer and use it in GitHub Desktop.
Cypress workshop instruction

Cypress workshop

Prerequesites

# Cloning repo
git clone https://github.com/igorshubovych/cypress-workshop

# Installing dependencies
cd cypress-workshop
npm install

cd todomvc-vue
npm install
cd ..

cd todomvc-react
npm install
cd ..

Working

See instruction in repo

Alternative

You can start from scratch using this repo: https://github.com/igorshubovych/cypress-e2e-starter-kit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment