Skip to content

Version Packages - #1500

Merged
Chase J (chajac) merged 1 commit into
mainfrom
changeset-release/main
Aug 19, 2026
Merged

Version Packages#1500
Chase J (chajac) merged 1 commit into
mainfrom
changeset-release/main

Conversation

@qa-wolf-ops

@qa-wolf-ops qa-wolf-ops Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@qawolf/cli@1.12.0

Minor Changes

  • 47c7ec9: The managed runtime uses Appium 3.6.0 and the UiAutomator2 driver 8.4.0.

    Appium 2.11.3 installed five copies of axios before version 1.15.1. These versions have a header injection defect (CVE-2026-42035). Appium 3.6.0 installs one copy of axios 1.18.1.

    appium becomes a development dependency. The CLI does not import it. It starts Appium from the managed runtime directory. An install of @qawolf/cli is thus smaller: 413 packages in place of 797.

    The managed runtime directory has a new name, so the CLI installs the runtime again when you first run a flow.

  • fd89edd: The new command qawolf issue addFlows adds flows to a coverage request. Flows that the coverage request already covers stay covered.

    You cannot add flows to a bug report or a maintenance report. These reports link to flows through the runs that reproduce them.

Patch Changes

  • b656edf: The CLI now reads flow names that contain quote characters.

    Before this change, the parser stopped the name at the first single quote or double quote. The parser ignored which quote started the name. Thus the name Shopper's cart became Shopper. The parser also did not find the target of that flow. A flow without a target does not run. Therefore qawolf flows run skipped the flow and showed the message No flows matched. The command qawolf flows list showed the short name.

    The parser now records the quote that starts the name. It also accepts a backslash before a quote. Thus the parser correctly reads the names "Say \"hi\"" and 'Shopper\'s cart'. The parser accepts a name in backticks. A name that contains ${...} stays dynamic, because the value is only available at run time.

    Two more target forms now work. The CLI reads the target from an options object that contains a second object before the target key. The CLI also reads a target in backticks.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 47ba425 to dd056d1 Compare August 19, 2026 13:19
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from dd056d1 to 3622850 Compare August 19, 2026 13:19
@chajac
Chase J (chajac) merged commit fe602be into main Aug 19, 2026
6 checks passed
@chajac
Chase J (chajac) deleted the changeset-release/main branch August 19, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant