Unsuccessfully try to change cypress test to migrate a bunch of pads using json file

This commit is contained in:
Patrick Schwarz 2022-09-13 21:25:02 +02:00
parent 52cd87650d
commit 2b30b277e7
2 changed files with 58 additions and 23 deletions

View file

@ -0,0 +1,10 @@
[
{
"oldUrl":"https://md.margau.net/test",
"newUrl":"https://pad.hacknang.de/test"
},
{
"oldUrl":"https://md.margau.net/test3",
"newUrl":"https://pad.hacknang.de/test2"
}
]