Package Exports
- layout-qa
- layout-qa/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (layout-qa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
layout-qa
layout-qa is a convenience alias for the canonical package @trylayout/qa.
Both commands are equivalent:
npx layout-qa run --target-url http://localhost:5173 --scenario happy_path --open
npx @trylayout/qa run --target-url http://localhost:5173 --scenario happy_path --open
npx layout-qa mock-api --scenario happy_path
npx @trylayout/qa mock-api --scenario happy_path
npx layout-qa remote run --repo owner/repo --ref feature-branch --api-key "$LAYOUT_API_KEY"
npx @trylayout/qa remote run --repo owner/repo --ref feature-branch --api-key "$LAYOUT_API_KEY"Use the main README for full documentation: