Skip to content

v1.33.0

Latest

Choose a tag to compare

@qa-wolf-ops qa-wolf-ops released this 22 Sep 20:21
944ea41

Minor Changes

  • db19228: qawolf agent send forwards QAWOLF_CHAT_SESSION_ID as parentSessionId when it starts a new session, so QA Wolf lists the new session under the one that started it. Pins @qawolf/api-contracts 0.64.0.

    The upgrade also brings qawolf run triage, generated from the public API.

  • ee2fcca: Add qawolf runner actions, which performs a sequence of up to ten browser actions on a runner in one request. The answer says what happened to each action, where the sequence stopped and why, and saves a screenshot after the last action or after every action when asked.

    The @qawolf/api-contracts upgrade this ships with also brings four new command groups generated from the public API — qawolf codeHostIntegration (find, listRepositories), qawolf deployment (find, listTriggerEvaluations, reportStatus), qawolf legacyTrigger (find, pause, resume) and qawolf skill (get, list) — and a --workspace-id flag on qawolf run create.