mm0hammadi / playwright

project automation of playwright tests and ts-vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playwright

project automation of playwright tests and ts-vite


Features

  • βš›οΈ React 18.2.0
  • β›‘ Vite.js
  • πŸ“ ESLint β€” To find and fix problems in your code
  • πŸ’– Prettier β€” Code Formatter for consistent style
  • πŸ‘· Workflow β€” Run Tests
  • πŸ‘· Redux Toolkit
  • πŸ‘· Tanstack/react-query
  • πŸ“ lodash
  • πŸ“ typescript
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install

Run Project: #npm npm run dev #yarn yarn run dev

Development

To start the project locally, run:

pnpm dev
npm run dev

Open http://localhost:3000 with your browser to see the result.

Scripts

  • dev": "vite",
  • "build": "tsc && vite build",
  • "preview": "vite preview",
  • "test": "vitest",
  • "coverage": "vitest run --coverage",
  • "play:test": "npx playwright test"

Report html

npx playwright show-report

About

project automation of playwright tests and ts-vite


Languages

Language:TypeScript 65.0%Language:SCSS 22.1%Language:CSS 11.7%Language:HTML 1.2%