An open API service indexing awesome lists of open source software.

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.

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