Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cypress/styleguide/global.requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import 'core-js/stable'

import axios from '@nextcloud/axios'

// Match Nextcloud's root install path so router helpers do not infer Cypress' /__cypress iframe path.
window._oc_webroot = ''

const USER_GROUPS = [
{ id: 'admin', displayname: 'The administrators' },
{ id: 'accounting', displayname: 'Accounting team' },
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@nextcloud/vite-config": "^2.5.4",
"@playwright/test": "^1.61.1",
"@vue/tsconfig": "^0.5.1",
"cypress": "^15.18.1",
"cypress": "^15.19.0",
"cypress-downloadfile": "^1.2.4",
"cypress-vite": "^1.10.2",
"eslint": "^10.8.0",
Expand Down
Loading