Skip to content

Test Functional (Multiple Windows in Native Automation mode) #142

Test Functional (Multiple Windows in Native Automation mode)

Test Functional (Multiple Windows in Native Automation mode) #142

name: Test Functional (Multiple Windows in Native Automation mode)
on:
workflow_dispatch:
inputs:
sha:
description: 'The test commit SHA or ref'
required: true
default: 'master'
merged_sha:
description: 'The merge commit SHA'
deploy_run_id:
description: 'The ID of a deployment workspace run with artifacts'
jobs:
test:
uses: ./.github/workflows/test-functional.yml
with:
test-script: 'npx gulp test-functional-local-multiple-windows-na-run --steps-as-tasks'
display: ':99.0'