Skip to content

Commit

Permalink
Fix copy allure categories. Run slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manykarim committed Feb 18, 2024
1 parent a646488 commit 0705dad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
robot -d results --listener allure_robotframework 03_allure/car_configurator/cars.robot
- name: Copy allure categories
if: always()
run: |
cp 03_allure/categories.json output/allure/categories.json
- name: Get Allure history
Expand Down Expand Up @@ -68,4 +69,4 @@ jobs:
context: 'Test report'
state: 'success'
sha: ${{ github.event.pull_request.head.sha }}
target_url: simple-elf.github.io/github-allure-history/${{ github.run_number }}
target_url: manykarim.github.io/robot-framework-reporting/${{ github.run_number }}
8 changes: 4 additions & 4 deletions 03_allure/car_configurator/cars.robot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Library Browser timeout=30
Library OperatingSystem
Library String
Test Template Configure Car
Suite Setup New Browser browser=chromium headless=True
Suite Setup New Browser browser=chromium headless=True slowMo=0.5s
Suite Teardown Close Browser
Test Tags allure.feature:Config Car

Expand All @@ -14,19 +14,19 @@ ${4SPACES} ${SPACE}${SPACE}${SPACE}${SPACE}
*** Test Cases *** {MODEL}=0 ${ENGINE}=0 ${PACKAGE}=0 ${EXTRAS}=* ${COLOR}=0 ${PRICE}=99.999,99 €
Car 001 0 0 0 0 0 31.900,00 €
[Tags] allure.story:No Package
Car 002 0 1 1 1 1 33.823,00 €
Car 002 0 1 1 1 1 32.823,00 €
[Tags] allure.story:Gomera
Car 003 0 2 2 2 2 36.498,99 €
[Tags] allure.story:Luxus
Car 004 0 3 0 3 3 31.246,00 €
[Tags] allure.story:No Package
Car 005 0 4 1 4 4 36.772,00 €
Car 005 0 4 1 4 4 35.772,00 €
[Tags] allure.story:Gomera
Car 006 0 0 2 5 5 34.499,99 €
[Tags] allure.story:Luxus
Car 007 0 1 0 6 6 32.100,00 €
[Tags] allure.story:No Package
Car 008 0 2 1 7 7 33.412,00 €
Car 008 0 2 1 7 7 32.412,00 €
[Tags] allure.story:Gomera
Car 009 0 3 2 0 8 36.699,99 €
[Tags] allure.story:Luxus
Expand Down

0 comments on commit 0705dad

Please sign in to comment.