You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+69-37Lines changed: 69 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
- SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
3
3
- SPDX-License-Identifier: AGPL-3.0-or-later
4
4
-->
5
-
# \@nextcloud/cypress
5
+
# \@nextcloud/e2e-test-server
6
6
7
-
[](https://api.reuse.software/info/github.com/nextcloud-libraries/nextcloud-cypress)[](https://www.npmjs.com/package/@nextcloud/cypress)
7
+
[](https://api.reuse.software/info/github.com/nextcloud-libraries/nextcloud-cypress)[](https://www.npmjs.com/package/@nextcloud/e2e-test-server)
8
8
9
-
Nextcloud cypress helpers for Nextcloud apps and libraries
9
+
Nextcloud e2e test server and utils for cypress and playwright.
10
10
11
11
## New package available
12
12
@@ -16,50 +16,45 @@ that will work nicely with both cypress and playwright.
16
16
It will eventually superseed `@nextcloud/cypress`.
17
17
When starting a new project we recommend using `@nextcloud/e2e-test-server`.
18
18
19
-
## Commands
19
+
## Status
20
20
21
-
You can import individual commands or all at once
22
-
You can find [the list of all available commands here](https://nextcloud.github.io/nextcloud-cypress/modules/commands.html)
23
-
24
-
```js
25
-
// cypress/support/commands.js
26
-
import { addCommands } from'@nextcloud/cypress'
27
-
28
-
addCommands()
29
-
```
21
+
This package is currently work in progress and will change significantly until version 1.0.
22
+
In particular cypress specific utils such as selectors will be dropped unless they are widely used.
0 commit comments