From 1bdd857ce5f1de4bd054f1d2859d4623cd87da4b Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Sat, 4 Nov 2023 17:19:49 -0700 Subject: [PATCH] chore: bump Playwright to v1.39.0 (#389) --- .github/workflows/yamcs-quickstart-e2e.yml | 2 +- package.json | 2 +- tests/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/yamcs-quickstart-e2e.yml b/.github/workflows/yamcs-quickstart-e2e.yml index 378d036b..67c8f26d 100644 --- a/.github/workflows/yamcs-quickstart-e2e.yml +++ b/.github/workflows/yamcs-quickstart-e2e.yml @@ -54,7 +54,7 @@ jobs: elif [ "${{ matrix.openmct-version }}" = "stable" ]; then npm run build:example fi - - run: npx playwright@1.36.2 install chromium + - run: npx playwright@1.39.0 install chromium - name: Get Open MCT e2e tests uses: nick-fields/retry@v2 with: diff --git a/package.json b/package.json index c1bed2fb..31afada1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/core": "7.20.12", "@babel/eslint-parser": "7.19.1", "@deploysentinel/playwright": "0.3.4", - "@playwright/test": "1.36.2", + "@playwright/test": "1.39.0", "babel-loader": "9.1.0", "babel-plugin-istanbul": "6.1.1", "eslint": "8.38.0", diff --git a/tests/README.md b/tests/README.md index cdfbc1e3..d4daf3c0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -11,7 +11,7 @@ yamcs/quickstart and openmct-yamcs (this one). 3. `make all` in yamcs/quickstart 4. `cd openmct-yamcs` to move out of yamcs/quickstart 5. `npm install` in openmct-yamcs -6. `npx playwright@1.36.2 install chromium` in openmct-yamcs +6. `npx playwright@1.39.0 install chromium` in openmct-yamcs 7. Sanity test that yamcs is up with `npm run wait-for-yamcs` in openmct-yamcs 8. `npm run build:example` 9. `npm run test:getopensource`