Skip to content

Update tests

Update tests #1873

Triggered via push December 19, 2023 21:54
Status Failure
Total duration 5m 44s
Artifacts

devenv-e2e.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
vip dev-env create › should use sane defaults: __tests__/devenv-e2e/001-create.spec.js#L90
expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -8,11 +8,11 @@ "muPlugins": Object { "mode": "image", }, "multisite": false, "photon": false, - "php": StringContaining ":8.0", + "php": "ghcr.io/automattic/vip-container-images/php-fpm:8.2", "phpmyadmin": false, "siteSlug": "dev-env-0001-0003", "wordpress": ObjectContaining { "mode": "image", "tag": Any<String>, at Object.toMatchObject (__tests__/devenv-e2e/001-create.spec.js:90:18)
vip dev-env create › should be configurable via command line: __tests__/devenv-e2e/001-create.spec.js#L144
expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -8,11 +8,11 @@ "muPlugins": ObjectContaining { "mode": "image", }, "multisite": true, "photon": true, - "php": StringContaining ":8.0", + "php": "ghcr.io/automattic/vip-container-images/php-fpm:8.2", "phpmyadmin": true, "siteSlug": "dev-env-0001-0004", "wordpress": ObjectContaining { "mode": "image", "tag": "6.1", at Object.toMatchObject (__tests__/devenv-e2e/001-create.spec.js:144:18)
Run E2E Tests, shard 1
Process completed with exit code 1.