[Deprecated] Move to https://github.com/open-v2x/omega
Install node_modules
:
npm install
or
yarn
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
yarn playwright:test
npx playwright test ${test file name}
View document on playwright.dev/docs/running-tests.
npx playwright test ${test file name} --project=chromium
yarn playwright:test-debug
yarn playwright:show-report
You can view full document on our official website. And welcome any feedback in our github.