Skip to content

Commit

Permalink
Merge pull request #2678 from nextcloud/tests/cypress-baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jan 8, 2025
2 parents eb689cf + ebc5933 commit bb3f2d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export default defineConfig({
}
})

if (process.env.CYPRESS_baseUrl) {
return config
}

// Remove container after run
on('after:run', () => {
if (!process.env.CI) {
Expand Down

0 comments on commit bb3f2d8

Please sign in to comment.