Skip to content

Rancher-UI-1-Chrome #719

Rancher-UI-1-Chrome

Rancher-UI-1-Chrome #719

# This workflow calls the master UI workflow with custom variables
name: Rancher-UI-1-Chrome
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
rancher-chrome:
uses: ./.github/workflows/master_rancher_ui_workflow.yml
with:
browser: chrome
cypress_image: cypress/browsers:node16.14.2-slim-chrome100-ff99-edge
cypress_install_test: installation.spec.ts
# cypress_test: with_default_options.spec.ts
cypress_test: menu.spec.ts
runner: ui-e2e-0
secrets: inherit