Summary
Jobs
test_develop
Nightly tests (develop, cldr)
Nightly tests (develop, sanity)
Nightly tests (develop, sanity:productV2)
Nightly tests (develop, regression)
Nightly tests (develop, functional:BO:login)
Nightly tests (develop, functional:BO:dashboard)
Nightly tests (develop, functional:BO:orders)
Nightly tests (develop, functional:BO:catalog)
Nightly tests (develop, functional:productV2)
Nightly tests (develop, functional:BO:customer)
Nightly tests (develop, functional:BO:customer-service)
Nightly tests (develop, functional:BO:modules)
Nightly tests (develop, functional:BO:design)
Nightly tests (develop, functional:BO:shipping)
Nightly tests (develop, functional:BO:payment)
Nightly tests (develop, functional:BO:international)
Nightly tests (develop, functional:BO:shop-parameters)
Nightly tests (develop, functional:BO:advanced-parameters)
Nightly tests (develop, functional:BO:header)
Nightly tests (develop, functional:FO:classic)
Nightly tests (develop, functional:FO:hummingbird)
Nightly tests (develop, functional:API)
Combine all reports and upload them (develop)
Push reports to nightly.prestashop-project.org (develop)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow aim to run all UI tests on active branches
# and upload the report on Google cloud platform storage
name: Nightly tests and report - develop
on:
workflow_run:
workflows: [ 'Nightly Build' ]
types:
- requested
jobs:
test_develop:
uses: ./.github/workflows/cron_nightly_tests_reusable.yml
with:
BRANCH: develop
secrets:
GC_PROJECT_ID: ${{ secrets.GC_PROJECT_ID }}
GC_SERVICE_KEY: ${{ secrets.GC_SERVICE_KEY }}
API_NIGHTLY_IMPORT_TOKEN: ${{ secrets.NIGHTLY_TOKEN }}
You can’t perform that action at this time.