test-with-meticulous
Installation
SKILL.md
To test and debug frontend changes using Meticulous, follow the workflow below step by step, using the CLI commands as described.
Step 1 -- Trigger Meticulous test run
If you are already given a test run id, then skip this step.
- If possible, find out what build artefact Meticulous expects by checking
.github/workflows/for one of the following steps:uses: alwaysmeticulous/report-diffs-action/upload-assets@v1- build assetsuses: alwaysmeticulous/report-diffs-action/upload-container@v1- docker image
- Build the frontend.
- Upload the build artefact and trigger a Meticulous test run:
# upload-assets
npx @alwaysmeticulous/cli ci upload-assets --appDirectory <path-to-build> --repoDirectory <path-to-repo> --waitForTestRunToComplete
# upload-container
npx @alwaysmeticulous/cli ci upload-container --localImageTag <image-tag> --repoDirectory <path-to-repo> --waitForTestRunToComplete