logo

Crowdly

Browser

Add to Chrome

Folgende Konfiguration ist für die Erstellung von HTML-Reports notwendig: con...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Folgende Konfiguration ist für die Erstellung von HTML-Reports notwendig:

const { defineConfig } = require('cypress')

module.exports = defineConfig({

reporter: 'mochawesome',

reporterOptions: {

reportDir: 'cypress/results',

overwrite: false,

html: false,

json: true,

},

})

Welche Aussagen treffen hier zu?

More questions like this

Want instant access to all verified answers on elearning.tgm.ac.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome