Skip to content

Commit

Permalink
env.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wasilva committed Dec 7, 2023
1 parent 9e3d28d commit 543081e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
package-lock.json
*.log
cypress.env.json
screenshots
videos
6 changes: 6 additions & 0 deletions cypress.env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"EMAIL" : "sysadmin@qacoders.com",
"PASSOWORD" :"1234@Test",
"EMAIL_INVALIDO" : "teste@qacoders.com",
"PASSOWORD_INVALIDO" :"1234@"
}

0 comments on commit 543081e

Please sign in to comment.