npm install
npx playwright install
npm testThe test suite covers the Simple Form Demo, Drag & Drop Sliders, and Input Form Submit assignment scenarios. It runs against Chromium and Firefox locally, captures HTML reports, traces on retries, and screenshots/videos on failure.
- Add
LT_USERNAMEandLT_ACCESS_KEYin TestMu AI HyperExecute Secrets Management. - Trigger the suite with
hyperexecute --config hyperexecute.yaml. - Retrieve the uploaded HTML report, Playwright results, and
hyperexecute-artifacts.zipfrom the run artifacts.
hyperexecute.yaml demonstrates secret injection, an externally configured base URL, dependency caching, pre-steps, post-steps, artifact upload, and parallel execution.