add minimal working example

This commit is contained in:
philipp 2022-09-11 22:58:32 +02:00 committed by philipp
parent 900b011ed7
commit 52cd87650d
8 changed files with 2961 additions and 1 deletions

View file

@ -1,2 +1,13 @@
# hedgedoc-migrator
# Hedgedoc Migrator
Simple script to migrate content from one Hedgedoc instance to another.
## Setup
Follow the guide over [here](https://docs.cypress.io/guides/getting-started/installing-cypress#Linux-Prerequisites).
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](https://docs.cypress.io/guides/guides/module-api).