mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 14:48:48 +01:00
yaml file update
This commit is contained in:
parent
124c7db569
commit
23f23117a2
1 changed files with 20 additions and 0 deletions
20
.github/workflows/ui-testing.yaml
vendored
20
.github/workflows/ui-testing.yaml
vendored
|
|
@ -6,6 +6,25 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
environment:
|
||||
description: 'Environment to test against'
|
||||
required: true
|
||||
default: 'staging'
|
||||
type: choice
|
||||
options:
|
||||
- development
|
||||
- staging
|
||||
- production
|
||||
browser:
|
||||
description: 'Browser to run tests on'
|
||||
required: true
|
||||
default: 'chrome'
|
||||
type: choice
|
||||
options:
|
||||
- chrome
|
||||
- firefox
|
||||
|
||||
jobs:
|
||||
selenium-tests:
|
||||
|
|
@ -38,5 +57,6 @@ jobs:
|
|||
env:
|
||||
HEADLESS: true
|
||||
WEKAN_URL: http://52.214.162.101:80
|
||||
BROWSER: ${{ inputs.browser }}
|
||||
run: |
|
||||
pytest tests/ -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue