Don't rerun Cypress tests on file change

This commit is contained in:
Kalle (Sendou) 2021-11-30 21:07:05 +02:00
parent 7e45a2905c
commit 414de74f3b

View File

@ -1,4 +1,5 @@
{
"pluginsFile": "cypress/plugins/index.cjs",
"baseUrl": "http://localhost:3000"
"baseUrl": "http://localhost:3000",
"watchForFileChanges": false
}