0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-12 15:37:27 +00:00
nextcloud_server/cypress
nfebe 28cf67a157 test(files_sharing): add e2e tests for public link sharing
This commit introduces end-to-end tests for various public link sharing scenarios in the `files_sharing` app. It validates the behavior under multiple configurations:

- Password and expiration date enforced
- Password enforced with a default expiration date
- Expiration date enforced with optional password
- Default password and expiration date without enforcement
- Password enforced, expiration date set but not enforced
- Both password and expiration date not enforced, but defaults set
- Password not enforced, expiration date enforced
- Password not enforced, default expiration date set
- Password and expiration date not enforced with no defaults

The tests ensure proper validation and functionality of the configurations, leveraging the `setupData` and `createShare` utilities.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-02-03 11:49:33 +00:00
..
e2e test(files_sharing): add e2e tests for public link sharing 2025-02-03 11:49:33 +00:00
fixtures refactor(core): Replace security annotations with respective attributes 2024-07-26 07:30:45 +02:00
pages test: Add cypress tests for file list filtering 2024-07-25 19:33:28 +02:00
support chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
dockerNode.ts chore: Update @nextcloud/cypress to v1.0.0-beta.11 2024-11-25 16:22:09 +01:00
tsconfig.json test: Add proper styles for Cypress component tests 2024-10-29 14:28:58 +01:00