Skip to content

vedran-milic/integration-testing-playground

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 63.7%
  • TypeScript 27.2%
  • JavaScript 5.7%
  • CSS 2.2%
  • HTML 1.2%