@tryghost/portal 2.67.1 → 2.67.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,14 +52,12 @@ To run tests in watch mode:
52
52
  yarn test
53
53
  ```
54
54
 
55
- ### Ghost e2e browser tests
55
+ ### Ghost e2e tests
56
56
 
57
- Portal is primarily tested via Ghost's e2e browser tests, see [our Playwright docs](https://ghost.notion.site/Playwright-Tests-b49ccb6e2b4a40f1a4f8df5261391218) for more details.
58
-
59
- 1. Run the Ghost e2e tests in the top-level of the monorepo, providing ENV variables for Stripe:
60
- ```
61
- STRIPE_ACCOUNT_ID=acct_xxx STRIPE_PUBLISHABLE_KEY=pk_test_xxx STRIPE_SECRET_KEY=sk_test_xxx yarn test:browser
62
- ```
57
+ Portal is primarily tested via Ghost's e2e Playwright tests in the `e2e/` directory. Run them from the monorepo root:
58
+ ```
59
+ yarn test:e2e
60
+ ```
63
61
 
64
62
  ## Release
65
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryghost/portal",
3
- "version": "2.67.1",
3
+ "version": "2.67.3",
4
4
  "license": "MIT",
5
5
  "repository": "https://github.com/TryGhost/Ghost",
6
6
  "author": "Ghost Foundation",