Testing with

Site Test Scripts download

Running Tests

Scripted

Run main test

sh run_tests.sh puppeteer

Run main test headed, with actual browsers

sh run_tests.sh -H puppeteer

Manually

node TZ_apps.js -t -H

Use Chrome to view the trace.json file via chrome://tracing

Environment Setup

Useful Links

Initialise

See puppeteer - npm , with some useful guide here

npm init

to create package.json

npm i puppeteer