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
Copy file name to clipboardExpand all lines: docs/demos/README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,21 @@ This is managed by the `deploy-staging.yml` workflow.
42
42
Conversely, when a branch is deleted, the corresponding deployed demos get removed as well.
43
43
This is managed by the `dismantle-staging.yml` workflow.
44
44
45
-
For example, if you push a commit to the branch `stable`, then https://integrations.wiris.kitchen/stable/html/generic/ will contain the HTML demo for the generic editor with the latest changes you pushed.
45
+
For example, if you push a commit to the branch `master`, then https://integrations.wiris.kitchen/master/html/generic/ will contain the HTML demo for the generic editor with the latest changes you pushed.
46
46
47
47
The URL format for each demo is as follows: `https://integrations.wiris.kitchen/<BRANCH>/<FRAMEWORK>/<EDITOR>/`.
48
48
49
-
The following table contains all our demos, together with links to the corresponding deployment for the branch `stable`:
49
+
The following table contains all our demos, together with links to the corresponding deployment for the branch `master`:
50
50
51
-
| FRAMEWORK | Editor and Version | EDITOR | Deployment URL for `stable`|
51
+
| FRAMEWORK | Editor and Version | EDITOR | Deployment URL for `master`|
Copy file name to clipboardExpand all lines: docs/development/cicd/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,13 @@ This job uses JSDoc library to generate a static site as an artifact called `mat
17
17
18
18
### Run Cypress tests with npm packages
19
19
20
+
**[Deprecated]**
21
+
20
22
Builds the packages using the source code available at npmjs and runs all available Cypress tests.
21
23
22
24
-**On schedule**: every Monday at 1AM. It sends the test data to [Cypress Dashboard][cypress-dashboard]. It can be run on any branch.
23
25
24
-
-**On demand**: a manual trigger that allows the user to send data to [Cypress Dashboard][cypress-dashboard], optionally. It only runs on `stable` branch.
26
+
-**On demand**: a manual trigger that allows the user to send data to [Cypress Dashboard][cypress-dashboard], optionally.
0 commit comments