Skip to content

Instantly share code, notes, and snippets.

View syntapy's full-sized avatar
🐢

Sami Abdul-Wahid syntapy

🐢
View GitHub Profile
@syntapy
syntapy / cypress.config.js
Created January 18, 2023 22:40
test file
const { defineConfig } = require('cypress')
module.exports = defineConfig({
fixturesFolder: 'cypress/fixtures',
screenshotsFolder: 'cypress/screenshots',
videosFolder: 'cypress/videos',
e2e: {
setupNodeEvents(on, config) {
},
baseUrl: 'https://the-internet.herokuapp.com/',