implemented basic e2e testing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"cypress": "^3.8.3"
|
||||
},
|
||||
"scripts": {
|
||||
"cy:run": "cypress run",
|
||||
"cy:open": "cypress open"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user