Frankie-B / cypress

Home Page:https://frontendmasters.com/courses/cypress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Playground

Code

There are two repositories for this project:

Clone down both, run npm install and the read below for a few extra steps for setting up this repository.

Lessons and Content

All of the lessons can be found here.

Getting Started

First and foremost, install your dependencies.

npm install

Next, set up the database.

npm run db:setup

Finally, spin up the server.

npm start

Your server will need to be running when you go to run your tests.

Running the Tests

You can run the tests using the following command. Note: You must have completed the following steps and have the server up and running.

npx cypress open

About

https://frontendmasters.com/courses/cypress/


Languages

Language:JavaScript 48.2%Language:Svelte 37.6%Language:TypeScript 12.5%Language:CSS 1.3%Language:HTML 0.4%Language:Shell 0.0%