add minimal working example
This commit is contained in:
parent
900b011ed7
commit
52cd87650d
8 changed files with 2961 additions and 1 deletions
13
README.md
13
README.md
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue