Skip to content

Commit

Permalink
[Synthetics] Upgrade synthetics to 1.3.0 (elastic#152419)
Browse files Browse the repository at this point in the history
## Summary
  • Loading branch information
shahzad31 authored and Devon Thomson committed Aug 1, 2023
1 parent dc340e4 commit 5c91d94
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 287 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@
"@cypress/webpack-preprocessor": "^5.12.2",
"@elastic/eslint-plugin-eui": "0.0.2",
"@elastic/makelogs": "^6.1.1",
"@elastic/synthetics": "^1.0.0-beta.39",
"@elastic/synthetics": "^1.3.0",
"@emotion/babel-preset-css-prop": "^11.11.0",
"@emotion/jest": "^11.11.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down Expand Up @@ -1498,7 +1498,7 @@
"pirates": "^4.0.1",
"piscina": "^3.2.0",
"pixelmatch": "^5.3.0",
"playwright": "^1.26.0",
"playwright": "^1.35.0",
"pngjs": "^3.4.0",
"postcss": "^8.4.14",
"postcss-loader": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/synthetics/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with an example run command when it finishes.

### Run the tests

From the same directory you can now run `node node e2e.js --runner`.
From the same directory you can now run `node e2e.js --runner`.

In addition to the usual flags like `--grep`, you can also specify `--no-headless` in order to view your tests as you debug/develop.

Expand Down
Loading

0 comments on commit 5c91d94

Please sign in to comment.