Skip to content

Commit

Permalink
Update cypress.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneethsnair1 committed Sep 10, 2024
1 parent f25ec4c commit 8b5ddb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/cypressjs/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ module.exports = defineConfig({

viewportWidth: 1280,
e2e: {
supportFile: '/Users/navaneeth/Desktop/openliberty.io/src/test/cypressjs/cypress/support/e2e.js',
specPattern: '/Users/navaneeth/Desktop/openliberty.io/src/test/cypressjs/cypress/e2e/*.cy.js',
downloadsFolder: '/Users/navaneeth/Desktop/openliberty.io/src/test/cypressjs/cypress/downloads',
supportFile: '/__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/support/e2e.js',
specPattern: '/__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/e2e/*.cy.js',
downloadsFolder: '__w/openliberty.io/openliberty.io/src/test/cypressjs/cypress/downloads',
setupNodeEvents(on, config) {
on('task', {
accessibilityChecker: require('cypress-accessibility-checker/plugin')
Expand Down

0 comments on commit 8b5ddb7

Please sign in to comment.