You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Change was tested by using [gdc-dev-release](https://confluence.intgdc.com/display/~tomas.vojtasek/Private+NPM) in [gdc-analytical-designer](https://github.com/gooddata/gdc-analytical-designer) and [gdc-dashboards](https://github.com/gooddata/gdc-dashboards) (if applicable)
26
25
-[ ] Migration guide (for major changes) is mentioned in [CHANGELOG.md](../blob/master/CHANGELOG.md).
27
-
-[ ]Successful `extended test - examples`
26
+
-[ ]Run examples locally and run testcafe for local run (no heroku build from pull-request support anymore)
28
27
-[ ] Successful `extended test - storybook`
29
28
-[ ] Checked yarn.lock consistency (no dep. duplicities especially Goodstrap)
### Enable Geo Chart for Storybook and Live Examples
68
55
Geo chart uses Mapbox to render map which requires a Mapbox access token.
69
56
- Register an account and create Mapbox access token at [guide](https://docs.mapbox.com/help/how-mapbox-works/access-tokens/)
@@ -81,7 +68,13 @@ cd <repository-folder>
81
68
yarn install --pure-lockfile
82
69
yarn examples
83
70
```
84
-
Then open https://localhost:8999 and login using Live Examples account (you can [create one here](https://gooddata-examples.herokuapp.com/registration)).
71
+
Then open https://localhost:8999
72
+
73
+
### Run testcafe against locally running examples
74
+
Make sure the examples are running locally (previous step)
75
+
```bash
76
+
yarn examples-testcafe
77
+
```
85
78
86
79
### Run Storybook locally
87
80
- Run storybook with token stored in `.env` for more secure
0 commit comments