Xloka / integration-testing-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Svelte 63.7%Language:TypeScript 27.2%Language:JavaScript 5.7%Language:CSS 2.2%Language:HTML 1.2%