fix(ci): run performance tests against fetched PR changes #7735
playwright.yml
on: pull_request
Annotations
36 errors and 3 notices
|
Playwright tests 4 / 8
Process completed with exit code 1.
|
|
Playwright tests 4 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
Playwright tests 7 / 8
Process completed with exit code 1.
|
|
Playwright tests 7 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
Playwright tests 5 / 8
Process completed with exit code 1.
|
|
Playwright tests 5 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
Playwright tests 1 / 8
Process completed with exit code 1.
|
|
Playwright tests 1 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
Playwright tests 6 / 8
Process completed with exit code 1.
|
|
Playwright tests 6 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb:
tests/playwright/support/sections/SetupPage.ts#L38
5) [setup] › tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:150:19
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb:
tests/playwright/support/sections/SetupPage.ts#L38
5) [setup] › tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:150:19
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql:
tests/playwright/support/sections/SetupPage.ts#L38
4) [setup] › tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:140:19
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql:
tests/playwright/support/sections/SetupPage.ts#L38
4) [setup] › tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:140:19
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
3) [setup] › tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:130:20
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
3) [setup] › tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:130:20
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
2) [setup] › tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:122:20
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
2) [setup] › tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:122:20
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
1) [setup] › tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:110:20
|
|
[setup] › tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
1) [setup] › tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:110:20
|
|
Playwright tests 8 / 8
Process completed with exit code 1.
|
|
Playwright tests 8 / 8
Process completed with exit code 1.
|
|
Playwright tests 8 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
Playwright tests 3 / 8
Process completed with exit code 1.
|
|
Playwright tests 3 / 8
Error: Process from config.webServer was not able to start. Exit code: 1
|
|
playwright-test-summary
Process completed with exit code 1.
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb:
tests/playwright/support/sections/SetupPage.ts#L38
5) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:150:19
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb:
tests/playwright/support/sections/SetupPage.ts#L38
5) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:150:19
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql:
tests/playwright/support/sections/SetupPage.ts#L38
4) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:140:19
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql:
tests/playwright/support/sections/SetupPage.ts#L38
4) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:140:19
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
3) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:130:20
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
3) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:130:20
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
2) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:122:20
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
2) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:122:20
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
1) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:110:20
|
|
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite:
tests/playwright/support/sections/SetupPage.ts#L38
1) [setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite
Error: page.goto: net::ERR_ACCESS_DENIED at http://localhost:8042/
Call log:
- navigating to "http://localhost:8042/", waiting until "load"
at ../support/sections/SetupPage.ts:38
36 | /** Open the installation wizard (served at the instance root when uninstalled). */
37 | async open(): Promise<void> {
> 38 | await this.page.goto('/')
| ^
39 | await this.form().waitFor({ state: 'visible' })
40 | }
41 |
at SetupPage.open (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/SetupPage.ts:38:19)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/setup.spec.ts:110:20
|
|
🎭 Playwright Run Summary
7 failed
[setup] › tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite
[setup] › tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite
[setup] › tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite
[setup] › tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql
[setup] › tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb
[setup] › tests/playwright/e2e/core/setup.spec.ts:157:2 › Nextcloud installation wizard › installs with PostgreSQL @setup @db_postgres
[setup] › tests/playwright/e2e/core/setup.spec.ts:167:2 › Nextcloud installation wizard › installs with Oracle @setup @db_oracle
|
|
🎭 Playwright Run Summary
47 passed (7.8m)
|
|
🎭 Playwright Run Summary
7 failed
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:107:3 › Nextcloud installation wizard › SQLite › installs with SQLite @setup @db_sqlite
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:120:3 › Nextcloud installation wizard › SQLite › installs with SQLite and installs recommended apps (success) @setup @db_sqlite
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:128:3 › Nextcloud installation wizard › SQLite › installs with SQLite and reports failed recommended apps @setup @db_sqlite
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:137:2 › Nextcloud installation wizard › installs with MySQL @setup @db_mysql
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:147:2 › Nextcloud installation wizard › installs with MariaDB @setup @db_mariadb
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:157:2 › Nextcloud installation wizard › installs with PostgreSQL @setup @db_postgres
[setup] › tests/playwright/tests/playwright/e2e/core/setup.spec.ts:167:2 › Nextcloud installation wizard › installs with Oracle @setup @db_oracle
47 passed (12.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
|
2.03 KB |
sha256:ef008132f2496fafbccef2ffa2601b5f78a0353831d49d847554825e8ffed4a2
|
|
|
blob-report-2
|
64.4 KB |
sha256:e6c1db11b2c981e24c3015936fdb2fbd419b105111c2c6da4420e191807c0f12
|
|
|
blob-report-3
|
2.02 KB |
sha256:59e70e51b1fe146bc2b3a5d394373185634e8cf0c3f25a8ad49cb20429ca4d6e
|
|
|
blob-report-4
|
2.03 KB |
sha256:70ed417acabf653f9097b348447b37a85d1c77bc87ba235e2b42aba40fca326c
|
|
|
blob-report-5
|
2.03 KB |
sha256:65910be320bc1dbaa1e7b4f428812fecbedb6ddd04272f744cb252bdd85a9eb7
|
|
|
blob-report-6
|
2.03 KB |
sha256:bba6b48a4bdfe447446214b0aa6c7f56e7fa54bccdb5e670944ed62252643f4c
|
|
|
blob-report-7
|
2.91 KB |
sha256:f636e373356d3d4653d1e0701e32d5bcf3f94e10a8c95032e1ecef777965f348
|
|
|
blob-report-8
|
2.05 KB |
sha256:9e75f86e1c6b89a22f923d2b35a21bb7f5dd2f43dd074afd71f588c4cedc1364
|
|
|
blob-report-setup
|
116 KB |
sha256:2f18f04065e59cb8dbb2056fae10a63e9aed5910b6d608f7b020f7874b76166b
|
|
|
html-report--attempt-1
|
741 KB |
sha256:4112d5f549221cbdc1a96279e0148514dc63a32251738f63dd6e36ed9b8e7ad7
|
|