Skip to content

Commit

Permalink
Version 1.0.0-beta.7
Browse files Browse the repository at this point in the history
✨ New features

* Docker integration
  * Provide the docker helpers as `@nextcloud/cypress/docker` import.
  * Allow installing custom required apps for testing.
  * Clone apps which is not in the appstore but also not bundled
    such as text and viewer.
  * Allow to autodetect current app, or set one, and bind mount the directory
    for testing the app.

🚧 Updates

* Lots of dependency updates.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Jan 4, 2024
1 parent 00dd6d4 commit d8e2050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/cypress",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Nextcloud cypress commands, utils and selectors library",
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down Expand Up @@ -96,4 +96,4 @@
"typescript": "^5.1.3",
"vue": "^2.7.14"
}
}
}

0 comments on commit d8e2050

Please sign in to comment.