melodic-jordan-92756
07/14/2022, 12:48 PMcypress.config.js
const { defineConfig } = require('cypress')
module.exports = defineConfig({
projectId: 'rnft7f',
video: false,
reporter: 'mochawesome',
reporterOptions: {
charts: true,
overwrite: false,
html: true,
json: true,
reportDir: 'cypress/report/mochawesome-report',
},
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'https://app.astrnt.co/',
homepageUrl: 'https://app.astrnt.co/', //This is the line I've just add
specPattern: 'cypress/e2e/**/*.{feature,features,js,jsx,ts,tsx}'
},
})
rhythmic-guitar-55789
07/14/2022, 1:21 PMcypress.env.json
is the error thrown still?full-dog-59942
07/18/2022, 5:54 AMfull-dog-59942
07/18/2022, 5:54 AMrhythmic-guitar-55789
07/18/2022, 9:41 AMfull-dog-59942
07/18/2022, 10:11 AMfull-dog-59942
07/18/2022, 10:12 AMfull-dog-59942
07/18/2022, 10:35 AMrhythmic-guitar-55789
07/18/2022, 10:54 AM