We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this is an example of using Jasmine and Puppeteer to do automated web tests using TypeScript
clone this repo
npm install
npm test
Any file matching spec/**/*.spec.ts will be run.