Cypress
A guide for generating Trunk-compatible test reports for Cypress tests
Checklist
Generating Reports
const { defineConfig } = require('cypress')
module.exports = defineConfig({
reporter: 'junit',
reporterOptions: {
mochaFile: './junit.xml',
toConsole: true,
},
})Report File Path
Disable Retries
Try It Locally
The Validate Command
Test Upload


Next Step
Last updated













