Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 301 Bytes

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