|
|
@@ -10,6 +10,9 @@ on:
|
|
|
type: boolean
|
|
|
cypress-report-artifact-name:
|
|
|
type: string
|
|
|
+ cypress-config-video:
|
|
|
+ type: boolean
|
|
|
+ default: false
|
|
|
secrets:
|
|
|
SLACK_WEBHOOK_URL:
|
|
|
required: true
|
|
|
@@ -274,6 +277,7 @@ jobs:
|
|
|
spec: '${{ steps.determine-spec-exp.outputs.value }}'
|
|
|
start: yarn server
|
|
|
wait-on: 'http://localhost:3000'
|
|
|
+ config: video=${{ inputs.cypress-config-video }}
|
|
|
env:
|
|
|
MONGO_URI: mongodb://localhost:${{ job.services.mongodb.ports['27017'] }}/growi-vrt
|
|
|
ELASTICSEARCH_URI: http://localhost:${{ job.services.elasticsearch.ports['9200'] }}/growi
|