Simple script to migrate content from one Hedgedoc instance to another
cypress | ||
.gitignore | ||
cypress.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Hedgedoc Migrator
Simple script to migrate content from one Hedgedoc instance to another.
Setup
Follow the guide over here.
You also require NodeJS. Run npm ci
to install the required packages.
Execution
To start cypress, simply execute npx cypress open
. Then click E2E Testing
and run using electron. This step could be automated using the cypress
API.