Skip to content

Commit

Permalink
fixup! dev: Update cypress after update
Browse files Browse the repository at this point in the history
  • Loading branch information
kschiffer committed Jun 18, 2023
1 parent 507036f commit 8cdc5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mage/js.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (js Js) runCypress(command string, args ...string) error {
mg.Deps(js.waitOn)
return js.runYarnCommand("cypress", append([]string{
command,
"--config-file", filepath.Join("config", "cypress.json"),
"--config-file", filepath.Join("config", "cypress.config.js"),
"--config", fmt.Sprintf("baseUrl=%s", js.frontendURL()),
},
args...)...)
Expand Down

0 comments on commit 8cdc5a8

Please sign in to comment.