Giter VIP home page Giter VIP logo

courgette-jvm-allure-example's People

Contributors

prashant-ramcharan avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

courgette-jvm-allure-example's Issues

GitHub Actions Workflow for Allure Reporting with History

@prashant-ramcharan I've this workflow yaml file for GitHub Actions with Allure reporting which is new to me but this is NOT working as expected where an empty allure report is being generated.

name: Allure Reporting

on:
  workflow_dispatch:
    inputs:
  push:
    branches:
      - QA-148-have-a-trendline-on-the-test-automation-report

env:
  reportPath: ${{ github.event.inputs.reportFolder }}/${{ github.event.inputs.reportName }}Report

jobs:
  call-manualTrigger-workflow:
    uses: ./.github/workflows/manualTrigger.yml
    with:
      qaenv: "dev"
      cucumberTag: "@brokerHomepage, not @ignore"
      testName: "Allure Reporting"
    secrets: inherit
  test:
    needs: call-manualTrigger-workflow
    if: always()
    runs-on: ubuntu-latest
    steps:
      - name: Load test report history
        uses: actions/checkout@v3
        if: always()
        continue-on-error: true
        with:
          ref: gh-pages
          path: gh-pages

      - name: Build test report
        uses: simple-elf/[email protected]
        if: always()
        with:
          gh_pages: gh-pages
          allure_history: allure-history
          allure_results: allure-results

      - name: Publish test report
        uses: peaceiris/actions-gh-pages@v3
        if: always()
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          publish_branch: gh-pages
          publish_dir: allure-history

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.