Unsuccessfully try to change cypress test to migrate a bunch of pads using json file
This commit is contained in:
parent
52cd87650d
commit
2b30b277e7
2 changed files with 58 additions and 23 deletions
10
cypress/fixtures/pads.json
Normal file
10
cypress/fixtures/pads.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue