From d8e205040e5d3f37c6a73172368997881ca70541 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 Jan 2024 10:27:44 +0100 Subject: [PATCH] Version 1.0.0-beta.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨ 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 547efc06..2f7e6015 100644 --- a/package.json +++ b/package.json @@ -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", @@ -96,4 +96,4 @@ "typescript": "^5.1.3", "vue": "^2.7.14" } -} \ No newline at end of file +}