Minor Changes
-
db19228:
qawolf agent sendforwardsQAWOLF_CHAT_SESSION_IDasparentSessionIdwhen it starts a new session, so QA Wolf lists the new session under the one that started it. Pins@qawolf/api-contracts0.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-contractsupgrade 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) andqawolf skill(get,list) — and a--workspace-idflag onqawolf run create.