Skip to content
Snippets Groups Projects
Commit cf9c88fc authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: artefact path

fix bucket name
tweak: cypress timeout
parent 40c7e88b
No related branches found
No related tags found
No related merge requests found
......@@ -60,14 +60,14 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: ${{ env.SCREENSHOT_PATH }}
path: cypress/screenshots/screenshot.cy.js/*.png
path: ${{ env.SCREENSHOT_PATH }}.png
retention-days: 5
- continue-on-error: true
uses: FZJ-INM1-BDA/iav-dep-test/.github/actions/upload_dataproxy@master
with:
upload-file: cypress/screenshots/screenshot.cy.js/${{ inputs.screenshot-filename }}.png
bucket-name: reference-atlas-data
upload-file: ${{ inputs.screenshot-filename }}.png
bucket-name: interactive-atlas-viewer
dest-path: viewere2e/${{ inputs.screenshot-filename }}.png
client-id: ${{ secrets.client-id }}
client-secret: ${{ secrets.client-secret }}
......@@ -2,7 +2,7 @@ const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
defaultCommandTimeout: 10000,
defaultCommandTimeout: 15000,
supportFile: false,
setupNodeEvents(on, config) {
// implement node event listeners here
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment