Skip to content

Commit

Permalink
fix: report path
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Sep 12, 2023
1 parent d7a26fa commit f353561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/executor/cypress/pkg/runner/cypress.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (r *CypressRunner) Run(ctx context.Context, execution testkube.Execution) (
}

junitReportDir := filepath.Join(projectPath, "results")
junitReportPath := filepath.Join(projectPath, junitReportDir, "junit-[hash].xml")
junitReportPath := filepath.Join(projectPath, "results/junit-[hash].xml")

var project string
if workingDir != "" {
Expand Down

0 comments on commit f353561

Please sign in to comment.