Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 447 Bytes

Integration Testing Playground

This is a playground for working with integration tests (using Playwright) for Steve Kinney's Frontend Masters course.

Getting Set Up

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.