Skip to content

Commit

Permalink
TC-47 Test cypress e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 16, 2025
1 parent 224db3c commit ce5ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { defineConfig } = require('cypress');

module.exports = defineConfig({
e2e: {
baseUrl: 'https://oxideshop.local', // Replace with your actual base URL
baseUrl: 'http://oxideshop.local', // Replace with your actual base URL
specPattern: 'cypress/frontend_tests/**/*.cy.js', // Test file pattern
supportFile: false, // Disable the default support file
video: true,
Expand Down

0 comments on commit ce5ee27

Please sign in to comment.