Skip to content

Commit

Permalink
Inclusão de novos cenarios.
Browse files Browse the repository at this point in the history
Iniciando nova feature shopBuy e arquivos steps e page necessarios dos novos testes.
Update de massa.
  • Loading branch information
thsrv committed Jan 20, 2024
1 parent 4bed018 commit d13930b
Show file tree
Hide file tree
Showing 10 changed files with 673 additions and 66 deletions.
20 changes: 19 additions & 1 deletion cypress.env.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
"Account": {
"email": "[email protected]",
"name": "Alicia Nogueira",
"pass": "$3nh4T35t35_4U"
"pass": "$3nh4T35t35_4U",
"address": "3453 Windy Ridge Road",
"city": "Fort Wayne",
"state": "Indiana",
"zip": "46818",
"phone": "+1 260-602-4235",
"mobile": "+1 260-602-4235",
"addressReference": "My home"
},

"Address":{
"address": "1030 Sardis Station",
"city": "Golden Valley",
"state": "Minnesota",
"zip": "55422",
"phone": "+1 612-539-7795",
"mobile": "+1 612-539-7795",
"addressReference": "My work"
}

}
Loading

0 comments on commit d13930b

Please sign in to comment.