Skip to content

Test Functional Native Automation (TestCafe) #6

Test Functional Native Automation (TestCafe)

Test Functional Native Automation (TestCafe) #6

name: Test Functional Native Automation (TestCafe)
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-testcafe.yml
with:
test-script: 'npx gulp test-functional-testcafe-native-automation --no-build'
testcafe-gulp-task: 'test-functional-local-native-automation'
display: ':99.0'