Skip to content

Commit

Permalink
EPMRPP-84067 || Add info about CI tools (#565)
Browse files Browse the repository at this point in the history
* EPMRPP-84067 || Add info about CI tools

* EPMRPP-84067 || Add info about CI tools

* EPMRPP-84067 || Add info about CI tools

* EPMRPP-84067 || Add info about CI tools

---------

Co-authored-by: Yuliya_Prihodko <Yuliya_Prihodko@epam.com>
  • Loading branch information
pressayuliya and Yuliya_Prihodko committed Jun 9, 2023
1 parent bb1e0dd commit fd7d2e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ In ReportPortal, you have fully real-time analytic report automation. Since the
- ***Advanced reporting***

ReportPortal offers widgets with a user-friendly visual interface to create interactive reports for all your needs. For example, you can build qa metrics dashboard using [Overall statistics](https://reportportal.io/docs/dashboards-and-widgets/OverallStatistics), [Unique bugs table](https://reportportal.io/docs/dashboards-and-widgets/UniqueBugsTable), [Passing rate summary](https://reportportal.io/docs/dashboards-and-widgets/PassingRateSummary) widgets.

- ***Easily running CI/CD tests***

ReportPortal is CI/CD agnostic tool solution. You can use [any CI environment](/log-data-in-reportportal/HowToRunYourTests) to run automated tests to improve quality of product by catching issues early in development lifecycle.

6 changes: 6 additions & 0 deletions docs/log-data-in-reportportal/HowToRunYourTests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# How to run your tests

Automated tests can be executed in the any CI tool you are using on the project (Jenkins, Bamboo, Azure DevOps, GitHub Actions, CircleCI, TeamCity, GitLab, Travis CI, Codeship, Buddy, GoCD, Wercker and more).
It doesn't require any settings from ReportPortal.

So that the test results get into the ReportPortal, you need to perform [test framework integration](/log-data-in-reportportal/test-framework-integration/) or [implement own integration](/log-data-in-reportportal/ImplementOwnIntegration).

0 comments on commit fd7d2e7

Please sign in to comment.