Skip to content

dtopuzov/devbg-2024

Repository files navigation

Demos for DevBG event

Demos for Past, present and future of Web Testing event.

Getting Ready

Install dependencies:

npm ci

In addition that that if you also want to run Playwright tests you need to install Playwright dependencies/browsers via:

npx playwright install

Development

Starting the app:

npm run dev

...and happy codding!

Testing

Run jsdom based tests (watch mode by default):

npm run test

Run Playwright based components tests (no watch by default):

npm run test:playwright

About

Demos for DevBG event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published