cypress - retain "builder:token" cookie between tests

This commit is contained in:
Michael Shanks 2020-06-22 10:53:17 +01:00
parent fab5832425
commit 733dd9753c
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Cypress.Cookies.defaults({
whitelist: "builder:token",
})

View File

@ -14,6 +14,7 @@
// ***********************************************************
// Import commands.js using ES2015 syntax:
import "./cookies"
import "./commands"
// Alternatively you can use CommonJS syntax: