Start Jenkinsfile migration

This commit is contained in:
Sebastian Sdorra
2021-01-13 13:30:44 +01:00
committed by René Pfeuffer
parent 964b6c3df5
commit 9e597bb9e0
2 changed files with 166 additions and 205 deletions

View File

@@ -33,7 +33,7 @@ ffmpeg.setFfmpegPath(ffmpegPath);
const options = {
reporter: "junit",
reporterOptions: {
mochaFile: path.join("..", "target", "cypress-reports", "TEST-[hash].xml")
mochaFile: path.join("..", "build", "reports", "e2e", "TEST-[hash].xml")
}
};