This commit is contained in:
Sidharth Vinod 2024-01-19 12:17:20 +05:30
parent 681d3c3ed8
commit 448756ab54
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'merge_group' && github.event.merge_group.base.sha || 'develop' }}
- name: Cypress run
uses: cypress-io/github-action@v4
id: cypress-snapshot-gen
@ -43,7 +43,7 @@ jobs:
browser: chrome
spec: |
cypress/integration/rendering/flowchart-v2.spec.js
e2e:
runs-on: ubuntu-latest
needs: cache

View File

@ -4,7 +4,6 @@ const { defineConfig } = require('cypress');
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot/plugin');
const coverage = require('@cypress/code-coverage/task');
module.exports = defineConfig({
projectId: 'n2sma2',
viewportWidth: 1440,