File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 28
28
run : ./gradlew test --info -Dbrowser=firefox -Dgroups=smoke
29
29
- name : Run Regression Tests in Firefox
30
30
run : ./gradlew test --info -Dbrowser=firefox -Dgroups=regression
31
+ - name : Test marketplace action
32
+ uses : simple-elf/allure-report-action@master
33
+ if : always()
34
+ id : allure-report
35
+ with :
36
+ allure_results : build/allure-results
37
+ gh_pages : gh-pages
38
+ allure_report : allure-report
39
+ allure_history : allure-history
40
+ - name : Deploy report to Github Pages
41
+ if : always()
42
+ uses : peaceiris/actions-gh-pages@v2
43
+ env :
44
+ PERSONAL_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
+ PUBLISH_BRANCH : gh-pages
46
+ PUBLISH_DIR : allure-history
47
+ - name : Post the link to the report
48
+ if : always()
49
+ uses : Sibz/github-status-action@v1
50
+ with :
51
+ authToken : ${{secrets.GITHUB_TOKEN}}
52
+ context : ' Test report'
53
+ state : ' success'
54
+ sha : ${{ github.event.pull_request.head.sha }}
55
+ target_url : https://tahanima.github.io/playwright-java-test-automation-architecture/${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments