@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 +5 -7
- package/package.json +1 -1
- package/umd/portal.min.js +51 -51
- package/umd/portal.min.js.map +1 -1
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
|
|
55
|
+
### Ghost e2e tests
|
|
56
56
|
|
|
57
|
-
Portal is primarily tested via Ghost's e2e
|
|
58
|
-
|
|
59
|
-
|
|
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
|
|