https://github.com/implabinash/tstest
Hands-on experiments with Vitest, Playwright, and BrowserStack in TypeScript and SvelteKit projects.
https://github.com/implabinash/tstest
browserstack playwright svelte sveltekit typescript vitest
Last synced: 6 months ago
JSON representation
Hands-on experiments with Vitest, Playwright, and BrowserStack in TypeScript and SvelteKit projects.
- Host: GitHub
- URL: https://github.com/implabinash/tstest
- Owner: implabinash
- License: mit
- Created: 2025-06-12T14:58:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-12T16:13:25.000Z (7 months ago)
- Last Synced: 2025-06-12T17:26:37.441Z (7 months ago)
- Topics: browserstack, playwright, svelte, sveltekit, typescript, vitest
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tstest
A repo for learning and experimenting with testing in **SvelteKit** applications using **TypeScript**. Covers **unit tests**, **integration tests**, and **end-to-end (E2E) tests** for both frontend and backend components.
## Tools Used
- **Vitest** – Unit & integration testing
- **Playwright** – E2E testing
- **BrowserStack** – Cross-browser testing
- **SvelteKit** – App framework
- **TypeScript** – Language of choice