Your IP : 216.73.216.123


Current Path : /home/smartbloks/.trash/extendify/
Upload File :
Current File : /home/smartbloks/.trash/extendify/cypress.config.js

const { defineConfig } = require('cypress')

module.exports = defineConfig({
    e2e: {
        baseUrl: 'http://localhost:8888',
    },
})