Skip to content

Commit

Permalink
test: update to cypress 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Oct 14, 2024
1 parent 506730e commit 1f6b922
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 774 deletions.
5 changes: 5 additions & 0 deletions cypress.env.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"LOGIN_NAME": "login name here",
"LOGIN_PASSWORD": "password here",
"LOGIN_SERVER": "https://debug.dhis2.org/dev"
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.0",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -32,7 +30,7 @@
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"cypress": "^12.14.0",
"cypress": "^13.7.2",
"eslint": "^8",
"typescript": "^5.0.4",
"whatwg-fetch": "^3.6.17"
Expand Down
Loading

0 comments on commit 1f6b922

Please sign in to comment.