DegradingGracefully / tmp-time-tracker-history-feature-TDD

This is just a temporary repo that I had to publish in order to share some code ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmp-time-tracker-history-feature-TDD

⚠️ This is just a temporary repo that I had to publish in order to share some code ;)

It contains the source code backing the 🚧 draft An experiment with applying TDD to Front development .

Initial commit: the final result is a Cypress test suite and the Svelte UI built with the help of these tests.

Install the packages

npm install

Run the app

Run Svelte:
npm run dev
Open Cypress "console" in watch mode:
npx cypress open

About

This is just a temporary repo that I had to publish in order to share some code ;)

License:Apache License 2.0


Languages

Language:JavaScript 74.8%Language:HTML 12.9%Language:Svelte 8.1%Language:CSS 4.2%