MathType Web Integrations → Documentation → Development guide → CI/CD
This project uses GitHub actions for the CI/CD strategy.
Table of contents
This job uses JSDoc library to generate a static site as an artifact called mathtype-html-integration-devkit-docs.zip
, from the comments on the library code.
[Deprecated]
Builds the packages using the source code available at npmjs and runs all available Cypress tests.
-
On schedule: every Monday at 1AM. It sends the test data to Cypress Dashboard. It can be run on any branch.
-
On demand: a manual trigger that allows the user to send data to Cypress Dashboard, optionally.
Secrets are GitHub environment variables that are encrypted. Anyone with collaborator access to this repository can use these secrets for Actions.
Name | Description |
---|---|
GH_CICD_TOKEN | A GitHub token to allow detecting a build vs a re-run build. More |
CYPRESS_PROJECT_ID | A 6 character string unique identifier for the project. |
CYPRESS_RECORD_KEY | Cypress record key is an authentication key that allows to send record tests data to the Dashboard Service. |