mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 02:31:14 +01:00
Start Jenkinsfile migration
This commit is contained in:
committed by
René Pfeuffer
parent
964b6c3df5
commit
9e597bb9e0
@@ -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")
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user