JSPM

  • Created
  • Published
  • Downloads 170
  • Score
    100M100P100Q104795F
  • License MIT

Convenience alias for @trylayout/qa.

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 package names expose the same open source frontend QA protocol:

npx layout-qa setup
npx @trylayout/qa setup
npx layout-qa test "test checkout recovery" --json
npx @trylayout/qa test "test checkout recovery" --json
npx layout-qa pr setup
npx @trylayout/qa pr setup
npx layout-qa pr run "test this pull request" --repo owner/repo --ref feature-branch --wait --json
npx @trylayout/qa pr run "test this pull request" --repo owner/repo --ref feature-branch --wait --json
npx layout-qa check --target-url http://localhost:5173 --scenario happy_path --open
npx @trylayout/qa check --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

Use the main README for full documentation:

https://github.com/Layout-App/layout-qa#readme