question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allure plugin for Gitlab CI/CD

See original GitHub issue

Is your feature request related to a problem? Please describe. We use Gitlab CI/CD for running autotests (Java + TestNG + Selenide) as we have requirements for this. But in gitlab the only thing I was able to do is to create inside docker image allure report and attach it to job run as zip archive. Then you should download it and open locally. Using allure in such way doesn’t allow us to have execution trend at all as far as we have to do some magic with all browsers to see it with its jsons. I was searching an option to do it in gitlab itself (for example using their html view) and there is no option also.

this is part of my *.yml file. after_script: - cd qa-tests - mvn allure:report artifacts: when: always name: "Report" paths: - $CI_PROJECT_DIR/qa-tests/target/site/allure-maven-plugin/ expire_in: 15 days

Describe the solution you’d like to create a plugin for gitlab as for Jenkins to have all allure features and the option to see reports inside gitlab without downloading reports and serving them on separate server.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:85
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

28reactions
IbbuGitcommented, Jul 8, 2019

Hi Any updates on this. Allure plugin is very much needed for our project. kindly help on this.

10reactions
TheBitcommented, Jul 26, 2021

Hi everybody! Another year has passed. Any news on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Integrations with Gitlab CI - Allure TestOps
This page contains the index of the steps you need to make to integrate Allure TestOps with Gitlab CI server. Prerequisites. You need...
Read more >
Integration of Allure reports with Gitlab | by deepti bhovi
Integration of Allure reports with Gitlab. One of the best practices in the CI/CD pipeline is to include automation.
Read more >
gitlab-allure-history - Aleksandr Kotlyar
Allure Report with history on GitLab Pages · Job 'test' is running tests on your current branch and saves allure-results to artifacts for...
Read more >
How to export Allure report to artifacts in gitlab ci job?
Here is an example .gitlab-ci.yml that exports a (mock) report: myjob: script: - mkdir reports/ - date >> reports/date.txt artifacts: paths: ...
Read more >
Revive history trend for allure reports in GitLabCI with cypress ...
Allure Report is a popular reporting tool, easy-to-configure with many test frameworks. It can also be used with almost all popular CI/CD pipelines, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found