**JIRA:** [#OCISDEV-64](https://kiteworks.atlassian.net/browse/OCISDEV-64) --- web-extensions that have e2e tests: - [x] `web-app-draw-io` (https://github.com/owncloud/web-extensions/pull/102) - [x] `web-app-unzip` (https://github.com/owncloud/web-extensions/pull/109) ### Add e2e tests for the remaining apps: short and simple happy tests - [x] [`web-app-progress-bars`](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-progress-bars) @nabim777 https://github.com/owncloud/web-extensions/pull/132 - [x] [`web-app-json-viewer`](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-json-viewer) @nabim777 https://github.com/owncloud/web-extensions/pull/142 - [x] [`web-app-external-sites`](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-external-sites) @nabim777 https://github.com/owncloud/web-extensions/pull/179 - [x] [`web-app-cast`](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-cast) @saw-jan https://github.com/owncloud/web-extensions/pull/186 - [ ] [`web-app-importer`](https://github.com/owncloud/web-extensions/tree/main/packages/web-app-importer)
JIRA: #OCISDEV-64
web-extensions that have e2e tests:
web-app-draw-io([test-only] setup playwright test #102)web-app-unzip([test-only] extract zip test #109)Add e2e tests for the remaining apps:
short and simple happy tests
web-app-progress-bars@nabim777 [tests-only] add e2e test for progress bars #132web-app-json-viewer@nabim777 [tests-only] add e2e test for app json viewer #142web-app-external-sites@nabim777 [tests-only] add e2e tests for web-app-external-sites #179web-app-cast@saw-jan test: add e2e tests to check cast file-action #186web-app-importer