Skip to content

ton-connect/ton-connect-qa

Repository files navigation

ton-connect-qa

QA

Write scenarios in folder features see Gherkin Reference

SE

Describe step in folder steps

Run

npm install
npm run lint
npm run format
npx playwright install
npm test
# or
npm run watch