Skip to content

Commit

Permalink
Merge pull request #756 from nextcloud-libraries/doc/new-package-e2e-…
Browse files Browse the repository at this point in the history
…test-server
  • Loading branch information
skjnldsv authored Feb 18, 2025
2 parents a8d7583 + 2330727 commit b87b6a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Deploy
# Only deploy on release
if: github.event.release
if: github.event.release && contains(github.ref, 'main')
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

Nextcloud cypress helpers for Nextcloud apps and libraries

## New package available

`@nextcloud/e2e-test-server` is a more generic version of `@nextcloud/cypress`
that will work nicely with both cypress and playwright.

It will eventually superseed `@nextcloud/cypress`.
When starting a new project we recommend using `@nextcloud/e2e-test-server`.

## Commands

You can import individual commands or all at once
Expand Down

0 comments on commit b87b6a7

Please sign in to comment.