Simple E-Commerce store to work on test automation with Playwright (Or any other tool of your choice)
Playwright is already set up, any other tools can be added as needed.
First, clone the repo
git clone https://github.com/JannisK89/art-store.gitThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 to view the page.