File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default defineConfig({
66 reporter : 'junit' ,
77 reporterOptions : {
88 mochaFile : 'html-web-page-cypress-report.xml' ,
9- toConsole : true
9+ toConsole : true ,
1010 } ,
1111 e2e : {
1212 baseUrl : `http://localhost:${ port } ` ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default defineConfig({
88 reporter : 'junit' ,
99 reporterOptions : {
1010 mochaFile : 'react-app-cypress-report.xml' ,
11- toConsole : true
11+ toConsole : true ,
1212 } ,
1313 e2e : {
1414 supportFile : false ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = defineConfig({
66 reporter : 'junit' ,
77 reporterOptions : {
88 mochaFile : 'rest-api-with-express-cypress-report.xml' ,
9- toConsole : true
9+ toConsole : true ,
1010 } ,
1111 e2e : {
1212 baseUrl : `http://localhost:${ port } ` ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default defineConfig({
66 reporter : 'junit' ,
77 reporterOptions : {
88 mochaFile : 'rest-api-with-fastify-cypress-report.xml' ,
9- toConsole : true
9+ toConsole : true ,
1010 } ,
1111 e2e : {
1212 baseUrl : `http://localhost:${ port } ` ,
You can’t perform that action at this time.
0 commit comments