File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
uses : joonvena/robotframework-docker-action@v1.0
15
15
with :
16
16
# browser: chrome
17
- robot_tests_dir : Tests
17
+ robot_tests_dir : tests
18
18
- name : Upload Test Report
19
19
uses : actions/upload-artifact@v1
20
20
if : always()
Original file line number Diff line number Diff line change 1
1
{
2
2
"nome" : " mass" ,
3
- "email" : " mass @email.com" ,
3
+ "email" : " massaq123 @email.com" ,
4
4
"password" : " senha" ,
5
5
"administrador" : " true"
6
6
}
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ CT-0002: POST user
41
41
#ARRANGE
42
42
Create Session BASE_URL_ServRest ${BASE_URL.${ENVIRONMENT } } verify=False disable_warnings=True
43
43
#ACT
44
- ${BODY } = Create Dictionary nome=Fulano da Silva email=1213ArSAasS1334 @qa.com.br password=teste administrador=true
44
+ ${BODY } = Create Dictionary nome=Fulano da Silva email=1213ArSAasS133444 @qa.com.br password=teste administrador=true
45
45
${HEADERS } = Create Dictionary Content-Type=application/json
46
46
${RESPONSE } = POST On Session BASE_URL_ServRest ${ENDPOINT } json=${BODY } headers=${HEADERS }
47
47
Log To Console ${BODY }
You can’t perform that action at this time.
0 commit comments