[Deprecated] Move to https://github.com/open-v2x/omega
Install node_modules:
npm installor
yarnnpm startnpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm testyarn playwright:testnpx playwright test ${test file name}View document on playwright.dev/docs/running-tests.
npx playwright test ${test file name} --project=chromiumyarn playwright:test-debugyarn playwright:show-reportYou can view full document on our official website. And welcome any feedback in our github.