Parallel e2e

This commit is contained in:
Sidharth Vinod
2022-09-21 10:36:38 +05:30
parent 71d252f706
commit ca053e0a11
2 changed files with 26 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ const { defineConfig } = require('cypress');
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot/plugin');
module.exports = defineConfig({
projectId: 'n2sma2',
e2e: {
specPattern: 'cypress/integration/**/*.{js,jsx,ts,tsx}',
setupNodeEvents(on, config) {