Skip to content

Simple Svelte app for filtering users with different types of tests

Notifications You must be signed in to change notification settings

VladislavAkulich/svelte-client-testing-pyramid

Repository files navigation

How to execute test types

Unit tests / Component tests

Exeecute unit-tests and component tests based on testing-library/svelte:

npm run vitest

Component tests

Execute component test with playwright-ct:

npm run test-ct

E2E / Perfromance / Accessibility

Execute playwright tests:

npm run test
  • Uses DevTools protocol and lighthouse for performance.
  • Uses Ax-Playwright for accessibility.

About

Simple Svelte app for filtering users with different types of tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published