Skip to content

Commit 83cd540

Browse files
committed
quebra
1 parent 61d249d commit 83cd540

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/regressivo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
name: reports
3838
- name: Send report to commit
39-
uses: joonvena/robotframework-reporter-action@v2.4
39+
uses: joonvena/robotframework-reporter-action@v2.5
4040
with:
4141
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
4242

Tests/Resource.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Library FakerLibrary locale=pt_BR
99
*** Variables ***
1010
${BASE_URL} https://serverest.dev/#/
1111
${ENDPOINT} usuarios
12-
${_id} ${id}
1312

1413
*** Keywords ***
1514
Create Session API

Tests/TC.robot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Library Collections
88
&{BASE_URL} dev=https://serverest.dev/#/ hom=https://serverest.dev/#/
99
${ENDPOINT} usuarios
1010
${ENVIRONMENT} dev
11-
${ID} ${_id}
1211

1312
# robot -d reports -v ENVIRONMENT:dev <caminho do arquivo de teste>
1413
# robot -d reports -v ENVIRONMENT:hom <caminho do arquivo de teste>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
robotframework==7.0.1
1+
robotframework
22
robotframework-appiumlibrary
33
robotframework-faker
44
robotframework-jsonlibrary

0 commit comments

Comments
 (0)