├── .devcontainer └── devcontainer.json ├── .editorconfig ├── .eslintignore ├── .eslintrc ├── .github ├── CODEOWNERS └── workflows │ ├── ci.yml │ ├── deploy-dev.yml │ └── deploy.yml ├── .gitignore ├── .prettierrc ├── LICENSE ├── README.md ├── babel.config.js ├── docs ├── FAQ │ ├── img │ │ └── NewVersions.png │ └── index.md ├── admin-panel │ ├── AllProjectsPage.mdx │ ├── AllUsersPage.mdx │ ├── EventMonitoring.mdx │ ├── ServerSettings.mdx │ ├── _category_.json │ ├── img │ │ ├── EventMonitoring.png │ │ └── server-settings │ │ │ ├── FooterLinks1.png │ │ │ ├── FooterLinks2.png │ │ │ ├── FooterLinks3.png │ │ │ ├── FooterLinks4.png │ │ │ ├── FooterLinks5.png │ │ │ ├── ServerSettings1.png │ │ │ ├── ServerSettings10.png │ │ │ ├── ServerSettings2.png │ │ │ ├── ServerSettings3.png │ │ │ ├── ServerSettings4.png │ │ │ ├── ServerSettings5.png │ │ │ ├── ServerSettings6.png │ │ │ ├── ServerSettings7.png │ │ │ ├── ServerSettings8.png │ │ │ └── ServerSettings9.png │ └── index.md ├── analysis │ ├── AutoAnalysisOfLaunches.mdx │ ├── HowModelsAreRetrained.md │ ├── ImmediateAutoAnalysis.mdx │ ├── ImmediatePatternAnalysis.mdx │ ├── MLSuggestions.md │ ├── ManualAnalysis.mdx │ ├── PatternAnalysis.mdx │ ├── SearchForTheSimilarToInvestigateItems.mdx │ ├── UniqueErrorAnalysis.mdx │ ├── _category_.json │ ├── img │ │ ├── AnalyzeLaunches.png │ │ ├── BaseForAnalysis.jpg │ │ ├── IgnoreInAutoAnalysis1.png │ │ ├── IgnoreInAutoAnalysis2.png │ │ ├── IgnoreLabel.png │ │ ├── ImmediateAA.png │ │ ├── ImmediatePA1.png │ │ ├── ImmediatePA2.png │ │ ├── ImmediatePA3.png │ │ ├── LabelAA.png │ │ ├── ManualAnalysis │ │ │ ├── MakeDecision1.png │ │ │ ├── MakeDecision10.png │ │ │ ├── MakeDecision11.png │ │ │ ├── MakeDecision12.png │ │ │ ├── MakeDecision13.png │ │ │ ├── MakeDecision2.png │ │ │ ├── MakeDecision3.png │ │ │ ├── MakeDecision4.png │ │ │ ├── MakeDecision5.png │ │ │ ├── MakeDecision6.png │ │ │ ├── MakeDecision7.png │ │ │ ├── MakeDecision8.png │ │ │ └── MakeDecision9.png │ │ ├── PatternAnalysis │ │ │ ├── PatternAnalysis1.png │ │ │ ├── PatternAnalysis10.png │ │ │ ├── PatternAnalysis11.png │ │ │ ├── PatternAnalysis2.png │ │ │ ├── PatternAnalysis3.png │ │ │ ├── PatternAnalysis4.png │ │ │ ├── PatternAnalysis5.png │ │ │ ├── PatternAnalysis6.png │ │ │ ├── PatternAnalysis7.png │ │ │ ├── PatternAnalysis8.png │ │ │ └── PatternAnalysis9.png │ │ ├── SearchSimilarToInvestigate1.png │ │ ├── SearchSimilarToInvestigate2.png │ │ └── UniqueErrorAnalysis │ │ │ ├── UniqueError1.png │ │ │ ├── UniqueError10.png │ │ │ ├── UniqueError11.png │ │ │ ├── UniqueError12.png │ │ │ ├── UniqueError13.png │ │ │ ├── UniqueError14.png │ │ │ ├── UniqueError15.png │ │ │ ├── UniqueError16.png │ │ │ ├── UniqueError2.png │ │ │ ├── UniqueError3.png │ │ │ ├── UniqueError4.png │ │ │ ├── UniqueError5.png │ │ │ ├── UniqueError6.png │ │ │ ├── UniqueError7.png │ │ │ ├── UniqueError8.png │ │ │ └── UniqueError9.png │ └── index.md ├── case-studies │ ├── ImprovingTestAutomationStability.mdx │ ├── IncreasingTestAutomationStabilityAndVisibility.mdx │ ├── ReducingRegressionAnalysisEfforts.mdx │ ├── ReducingRegressionTimeBy50.mdx │ ├── _category_.json │ ├── img │ │ ├── CaseStudy1.png │ │ ├── CaseStudy2.png │ │ ├── CaseStudy3.png │ │ └── CaseStudy4.png │ └── index.md ├── configuration │ ├── IntegrationViaPlugin.mdx │ ├── LaunchesRetentionPolicy.mdx │ ├── ProjectSettings.mdx │ ├── UserManagement.mdx │ ├── _category_.json │ ├── img │ │ ├── EmailNotification.png │ │ ├── Integrations.png │ │ ├── ProjectIntegration.png │ │ ├── ProjectName.png │ │ ├── SlackNotification.png │ │ ├── TelegramNotification.png │ │ └── launches-retention-policy │ │ │ ├── LaunchesRetentionPolicy1.png │ │ │ ├── LaunchesRetentionPolicy10.png │ │ │ ├── LaunchesRetentionPolicy11.png │ │ │ ├── LaunchesRetentionPolicy2.png │ │ │ ├── LaunchesRetentionPolicy3.png │ │ │ ├── LaunchesRetentionPolicy4.png │ │ │ ├── LaunchesRetentionPolicy5.png │ │ │ ├── LaunchesRetentionPolicy6.png │ │ │ ├── LaunchesRetentionPolicy7.png │ │ │ ├── LaunchesRetentionPolicy8.png │ │ │ └── LaunchesRetentionPolicy9.png │ └── index.md ├── dashboards-and-widgets │ ├── ComponentHealthCheck.mdx │ ├── CumulativeTrendChart.mdx │ ├── DashboardCloning.mdx │ ├── DifferentLaunchesComparisonChart.mdx │ ├── FailedCasesTrendChart.mdx │ ├── FlakyTestCasesTableTop50.mdx │ ├── InvestigatedPercentageOfLaunches.mdx │ ├── LaunchExecutionAndIssueStatistic.mdx │ ├── LaunchStatisticsChart.mdx │ ├── LaunchesDurationChart.mdx │ ├── LaunchesTable.mdx │ ├── ManageWidgets.mdx │ ├── MostFailedTestCasesTableTop50.mdx │ ├── MostPopularPatternTableTop20.mdx │ ├── MostTimeConsumingTestCasesWidgetTop20.mdx │ ├── NonPassedTestCasesTrendChart.mdx │ ├── OverallStatistics.mdx │ ├── PassingRatePerLaunch.mdx │ ├── PassingRateSummary.mdx │ ├── PossibleDashboardsInReportPortal.mdx │ ├── ProjectActivityPanel.mdx │ ├── ReportingAndMetricsInReportPortal.md │ ├── TableComponentHealthCheck.mdx │ ├── TestCaseSearch.mdx │ ├── TestCasesGrowthTrendChart.mdx │ ├── UniqueBugsTable.mdx │ ├── WidgetCreation.mdx │ ├── WorkWithDashboards.mdx │ ├── _category_.json │ ├── img │ │ ├── dashboard-cloning │ │ │ ├── DashboardCloning1.png │ │ │ ├── DashboardCloning10.png │ │ │ ├── DashboardCloning11.png │ │ │ ├── DashboardCloning12.png │ │ │ ├── DashboardCloning13.png │ │ │ ├── DashboardCloning14.png │ │ │ ├── DashboardCloning15.png │ │ │ ├── DashboardCloning16.png │ │ │ ├── DashboardCloning17.png │ │ │ ├── DashboardCloning18.png │ │ │ ├── DashboardCloning19.png │ │ │ ├── DashboardCloning2.png │ │ │ ├── DashboardCloning20.png │ │ │ ├── DashboardCloning3.png │ │ │ ├── DashboardCloning4.png │ │ │ ├── DashboardCloning5.png │ │ │ ├── DashboardCloning6.png │ │ │ ├── DashboardCloning7.png │ │ │ ├── DashboardCloning8.png │ │ │ └── DashboardCloning9.png │ │ ├── dashboards │ │ │ ├── BuildReport.png │ │ │ └── LaunchReport.png │ │ └── widget-types │ │ │ ├── ComponentHealthCheckArrow.png │ │ │ ├── ComponentHealthCheckCreation.png │ │ │ ├── ComponentHealthCheckFirstLevel.png │ │ │ ├── ComponentHealthCheckPassedFailed.png │ │ │ ├── ComponentHealthCheckScheme1.png │ │ │ ├── ComponentHealthCheckScheme2.png │ │ │ ├── ComponentHealthCheckScheme3.png │ │ │ ├── ComponentHealthCheckScheme4.png │ │ │ ├── ComponentHealthCheckScheme5.png │ │ │ ├── ComponentHealthCheckScheme6.png │ │ │ ├── ComponentHealthCheckScheme7.png │ │ │ ├── ComponentHealthCheckScheme8.png │ │ │ ├── ComponentHealthCheckScheme9.png │ │ │ ├── ComponentHealthCheckSecondLevel.png │ │ │ ├── ComponentHealthCheckTableBuild.png │ │ │ ├── ComponentHealthCheckTableCreate.png │ │ │ ├── ComponentHealthCheckTableFeature.png │ │ │ ├── ComponentHealthCheckTableView.png │ │ │ ├── ComponentHealthCheckTests1.png │ │ │ ├── ComponentHealthCheckTests2.png │ │ │ ├── CumulativeCreation.png │ │ │ ├── CumulativeFirstLevelNumberOfTestCases.png │ │ │ ├── CumulativeScheme1.png │ │ │ ├── CumulativeScheme2.png │ │ │ ├── CumulativeScheme3.png │ │ │ ├── CumulativeScheme4.png │ │ │ ├── CumulativeScheme5.png │ │ │ ├── CumulativeTrendChart.png │ │ │ ├── DifferentLaunchesComparisonChart.png │ │ │ ├── FailedCasesTrendChart.png │ │ │ ├── FlakyTestCasesTableWidget.png │ │ │ ├── InvestigatedPercentageOfLaunches.png │ │ │ ├── LaunchExecutionAndIssueStatistic.png │ │ │ ├── LaunchStatisticsChart1.png │ │ │ ├── LaunchStatisticsChart2.png │ │ │ ├── LaunchStatisticsChart3.png │ │ │ ├── LaunchStatisticsChart4.png │ │ │ ├── LaunchStatisticsChart5.png │ │ │ ├── LaunchStatisticsLineChart.png │ │ │ ├── LaunchStatisticsLineChartTimeline.png │ │ │ ├── LaunchStatisticsTrendChart.png │ │ │ ├── LaunchStatisticsTrendChartTimeline.png │ │ │ ├── LaunchesDurationChart.png │ │ │ ├── LaunchesTable.png │ │ │ ├── MostFailedTestCases.png │ │ │ ├── MostPopularPatternTable1.png │ │ │ ├── MostPopularPatternTable2.png │ │ │ ├── MostTimeConsumingTestCasesWidget.png │ │ │ ├── NonPassedTestCasesTrendChart.png │ │ │ ├── OverallStatistics1.png │ │ │ ├── OverallStatistics2.png │ │ │ ├── PassingRatePerLaunch1.png │ │ │ ├── PassingRatePerLaunch2.png │ │ │ ├── PassingRatePerLaunch3.png │ │ │ ├── PassingRatePerLaunch4.png │ │ │ ├── PassingRatePerLaunch5.png │ │ │ ├── PassingRatePerLaunch6.png │ │ │ ├── PassingRatePerLaunch7.png │ │ │ ├── PassingRateSummary1.png │ │ │ ├── PassingRateSummary2.png │ │ │ ├── PassingRateSummary3.png │ │ │ ├── PassingRateSummary4.png │ │ │ ├── PassingRateSummary5.png │ │ │ ├── PassingRateSummary6.png │ │ │ ├── PassingRateSummary7.png │ │ │ ├── ProductStatusWidget.png │ │ │ ├── ProjectActivityPanel.png │ │ │ ├── TestCaseSearch1.png │ │ │ ├── TestCaseSearch10.png │ │ │ ├── TestCaseSearch11.png │ │ │ ├── TestCaseSearch12.png │ │ │ ├── TestCaseSearch13.png │ │ │ ├── TestCaseSearch14.png │ │ │ ├── TestCaseSearch15.png │ │ │ ├── TestCaseSearch16.png │ │ │ ├── TestCaseSearch2.png │ │ │ ├── TestCaseSearch3.png │ │ │ ├── TestCaseSearch4.png │ │ │ ├── TestCaseSearch5.png │ │ │ ├── TestCaseSearch6.png │ │ │ ├── TestCaseSearch7.png │ │ │ ├── TestCaseSearch8.png │ │ │ ├── TestCaseSearch9.png │ │ │ ├── TestCasesGrowthTrendChart.png │ │ │ ├── TestCasesGrowthTrendChartTimeline.png │ │ │ ├── TheMostTimeConsumingTestCasesWidgetTable.png │ │ │ └── UniqueBugsTable.png │ └── index.md ├── developers-guides │ ├── APIDifferencesBetweenV4AndV5.md │ ├── AsynchronousReporting.mdx │ ├── AttachmentsGuide.mdx │ ├── BackEndJavaContributionGuide.mdx │ ├── InteractionsBetweenAPIAndAnalyzer.mdx │ ├── PluginDevelopersGuide │ │ ├── DevelopACustomImportPlugin.md │ │ ├── PluginAPIDevelopersGuide.mdx │ │ ├── PluginUIDevelopersGuide.md │ │ └── index.md │ ├── ReportPortalAPI.mdx │ ├── ReportingDevelopersGuide.md │ ├── RerunDevelopersGuide.mdx │ ├── RetriesReporting.mdx │ ├── _category_.json │ ├── img │ │ ├── analyzer │ │ │ ├── ApiAnalyzer.png │ │ │ ├── Exchange.png │ │ │ └── Queues.png │ │ ├── api │ │ │ └── ApiDocumentation.png │ │ ├── async │ │ │ ├── Consuming.png │ │ │ ├── ExchangesQueues.png │ │ │ ├── FinishLaunch.png │ │ │ └── SimpleScheme.png │ │ ├── attachments │ │ │ ├── AttachmentsGuide1.png │ │ │ ├── AttachmentsGuide2.png │ │ │ └── AttachmentsGuide3.png │ │ ├── backend │ │ │ ├── AuthBinaryConfig.png │ │ │ ├── AuthDbConfig.png │ │ │ ├── BuildGradleUpdated.png │ │ │ ├── CommitHash.png │ │ │ ├── IdeaFormatter.png │ │ │ └── RabbitmqConfig.png │ │ ├── plugin │ │ │ └── InstallPlugin.png │ │ ├── rerun │ │ │ ├── LaunchFailed1.png │ │ │ ├── LaunchFailed2.png │ │ │ ├── LaunchFailedRp1.png │ │ │ ├── LaunchFailedRp2.png │ │ │ ├── RpRerun1.png │ │ │ ├── RpRerunStepView.png │ │ │ └── Tests.png │ │ └── retry │ │ │ ├── Retry.png │ │ │ ├── RetrySwitch.png │ │ │ └── RetryView.png │ └── index.md ├── external-integrations │ ├── UserProvisioning │ │ ├── Scim │ │ │ ├── _category_.json │ │ │ ├── azure.mdx │ │ │ ├── index.md │ │ │ ├── okta.mdx │ │ │ └── overview.mdx │ │ ├── _category_.json │ │ ├── index.md │ │ └── overview.mdx │ ├── _category_.json │ ├── img │ │ ├── scimAzure │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 14.png │ │ │ ├── 15.png │ │ │ ├── 16.png │ │ │ ├── 17.png │ │ │ ├── 18.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ ├── scimOkta │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ │ └── testRigor │ │ │ ├── testRigor1.png │ │ │ ├── testRigor10.png │ │ │ ├── testRigor11.png │ │ │ ├── testRigor2.png │ │ │ ├── testRigor3.png │ │ │ ├── testRigor4.png │ │ │ ├── testRigor5.png │ │ │ ├── testRigor6.png │ │ │ ├── testRigor7.png │ │ │ ├── testRigor8.png │ │ │ └── testRigor9.png │ ├── index.md │ └── testRigor.mdx ├── features │ ├── AIFailureReasonDetection.md │ ├── CategorisationOfFailures.md │ ├── QualityGates.md │ ├── RESTAPI.md │ ├── RealTimeReporting.md │ ├── RichArtifactsInTestReports.md │ ├── SCIMServerFeature.md │ ├── UnifiedTestReporting.md │ ├── VisualisationOfTestResults.md │ ├── _category_.json │ └── index.md ├── glossary │ ├── img │ │ ├── Glossary1.png │ │ ├── Glossary2.png │ │ ├── Glossary3.png │ │ ├── Glossary4.png │ │ ├── Glossary5.png │ │ ├── Glossary6.png │ │ ├── Glossary7.png │ │ ├── Glossary8.png │ │ └── Glossary9.png │ └── index.mdx ├── installation-steps-advanced │ ├── AdditionalConfigurationParameters.md │ ├── AmazonALBNGINXIngressController.md │ ├── BackupRestoreGuide.md │ ├── BasicMonitoringConfiguration.md │ ├── ComponentsOverview.md │ ├── DeployWithAWSECSFargate.md │ ├── JobsConfiguration.md │ ├── MaintainCommandsCheatSheet.md │ ├── MigrateOneInstanceToAnother.md │ ├── QuickStartWithGCPGKE.md │ ├── ScalingReportPortalServices.md │ ├── SetupTSLSSLInTraefik2.0.x.md │ ├── UpgradingPostgreSQLForReportPortalV24.2AndLater.md │ ├── _category_.json │ ├── file-storage-options │ │ ├── S3CloudStorage.md │ │ ├── _category_.json │ │ └── index.md │ └── index.md ├── installation-steps │ ├── DeployOnUbuntuOS.md │ ├── DeployViaGoogleCloudMarketplace.mdx │ ├── DeployWithDocker.md │ ├── DeployWithKubernetes.md │ ├── DeployWithMinikube.md │ ├── DeployWithoutDocker.md │ ├── HardwareRequirements.mdx │ ├── _category_.json │ ├── img │ │ ├── DockerConfigMacosNew.png │ │ ├── DockerConfigWin.png │ │ └── google-cloud-marketplace │ │ │ ├── CleanUp1.png │ │ │ ├── CleanUp2.png │ │ │ ├── GCPmarketplace1.png │ │ │ ├── GCPmarketplace10.png │ │ │ ├── GCPmarketplace11.png │ │ │ ├── GCPmarketplace12.png │ │ │ ├── GCPmarketplace13.png │ │ │ ├── GCPmarketplace14.png │ │ │ ├── GCPmarketplace15.png │ │ │ ├── GCPmarketplace16.png │ │ │ ├── GCPmarketplace17.png │ │ │ ├── GCPmarketplace18.png │ │ │ ├── GCPmarketplace2.png │ │ │ ├── GCPmarketplace3.png │ │ │ ├── GCPmarketplace4.png │ │ │ ├── GCPmarketplace5.png │ │ │ ├── GCPmarketplace6.png │ │ │ ├── GCPmarketplace7.png │ │ │ ├── GCPmarketplace8.png │ │ │ ├── GCPmarketplace9.png │ │ │ ├── password1.png │ │ │ └── password2.png │ ├── index.md │ └── resources │ │ └── CheatSheet.pdf ├── intro.md ├── issues-troubleshooting │ ├── EmailNotificationIssues.md │ ├── HowToAddATestStackTraceToADescriptionAutomatically.mdx │ ├── HowToAvoidLocalExecutionReportedIntoProjectSpace.md │ ├── HowToCheckLDAPConnection.md │ ├── HowToCleanUpTheReportPortalDatabaseUsingPGRepack.md │ ├── HowToCleanUpTheReportPortalDatabaseUsingVacuumFull.md │ ├── HowToResolveIssuesWithMigrationToTheNewVersion.md │ ├── IssuesWithJIRABugTrackingSystemHowToResolve.md │ ├── IssuesWithLDAPSHowToResolve.md │ ├── ResolveAnalyzerKnownIssues.mdx │ ├── TuningCITool.mdx │ ├── _category_.json │ ├── img │ │ ├── AnalysisConfigurations.png │ │ ├── AutoanalyzerGenerateIndex.gif │ │ ├── TipAndTricksStackTrace.png │ │ └── tuning-ci-tool │ │ │ ├── TuningCiTool1.png │ │ │ ├── TuningCiTool2.png │ │ │ ├── TuningCiTool3.png │ │ │ ├── TuningCiTool4.png │ │ │ ├── TuningCiTool5.png │ │ │ └── TuningCiTool6.png │ └── index.md ├── log-data-in-reportportal │ ├── HowToGetAnAccessTokenInReportPortal.mdx │ ├── HowToReportAttributesToReportPortal.mdx │ ├── HowToRunYourTests.md │ ├── ImplementOwnIntegration.md │ ├── ImportDataToReportPortal.mdx │ ├── ReportingSDK.md │ ├── _category_.json │ ├── img │ │ ├── APISection.png │ │ ├── AccessToken │ │ │ ├── APIKeyUsing.png │ │ │ ├── AccessToken1.png │ │ │ ├── LegacyAPIKey.png │ │ │ └── NewAPIKeys.png │ │ ├── ImportViaAPI.png │ │ ├── parameters.png │ │ └── report-attributes │ │ │ ├── ReportAttributes1.png │ │ │ ├── ReportAttributes2.png │ │ │ ├── ReportAttributes3.png │ │ │ ├── ReportAttributes4.png │ │ │ ├── ReportAttributes5.png │ │ │ ├── ReportAttributes6.png │ │ │ └── ReportAttributes7.png │ ├── index.md │ └── test-framework-integration │ │ ├── Java │ │ ├── Cucumber.md │ │ ├── JBehave.md │ │ ├── JUnit4.md │ │ ├── JUnit5.md │ │ ├── Karate.md │ │ ├── Loggers │ │ │ ├── ApacheHttpComponents.md │ │ │ ├── Log4J.md │ │ │ ├── Logback.md │ │ │ ├── OkHttp3.md │ │ │ ├── RestAssured.md │ │ │ ├── Selenide.md │ │ │ └── _category_.json │ │ ├── SoapUI.md │ │ ├── Spock.md │ │ ├── TestNG.md │ │ └── index.md │ │ ├── JavaScript │ │ ├── Codecept.md │ │ ├── CucumberJS.md │ │ ├── Cypress.md │ │ ├── Jasmine.md │ │ ├── Jest.md │ │ ├── Mocha.md │ │ ├── Nightwatch.md │ │ ├── Playwright.md │ │ ├── Postman.md │ │ ├── TestCafe.md │ │ ├── Vitest.md │ │ ├── WebdriverIO.md │ │ └── index.md │ │ ├── Net │ │ ├── Loggers │ │ │ ├── Log4Net.md │ │ │ ├── NLog.md │ │ │ ├── Serilog.md │ │ │ ├── TraceListener.md │ │ │ └── _category_.json │ │ ├── NUnit.md │ │ ├── Reqnroll.md │ │ ├── SpecFlow.md │ │ ├── VSTest.md │ │ ├── index.md │ │ └── xUnit.md │ │ ├── Other │ │ └── index.md │ │ ├── PHP │ │ ├── Behat.md │ │ ├── Codeception.md │ │ ├── PHPUnit.md │ │ └── index.md │ │ ├── Python │ │ ├── RobotFramework.md │ │ ├── behave.md │ │ ├── index.md │ │ ├── nosetests.md │ │ └── pytest.md │ │ ├── img │ │ ├── Integrations.png │ │ ├── LoggingDiagram.png │ │ ├── Pic234.jpg │ │ ├── SoapuiProperties.png │ │ └── UserProfilePage.png │ │ └── index.mdx ├── plugins │ ├── ManagePlugins.mdx │ ├── SauceLabs.mdx │ ├── _category_.json │ ├── authorization │ │ ├── ActiveDirectory.md │ │ ├── GitHub.md │ │ ├── LDAP.mdx │ │ ├── SamlProviders │ │ │ ├── AzureSaml.mdx │ │ │ ├── OktaSaml.mdx │ │ │ ├── Overview.mdx │ │ │ ├── _category_.json │ │ │ ├── img │ │ │ │ ├── OktaSAML.png │ │ │ │ ├── OktaSide.png │ │ │ │ ├── SAMLPlugin.png │ │ │ │ ├── azure-saml │ │ │ │ │ ├── AzureSAML1.png │ │ │ │ │ ├── AzureSAML10.png │ │ │ │ │ ├── AzureSAML11.png │ │ │ │ │ ├── AzureSAML12.png │ │ │ │ │ ├── AzureSAML13.png │ │ │ │ │ ├── AzureSAML14.png │ │ │ │ │ ├── AzureSAML15.png │ │ │ │ │ ├── AzureSAML16.png │ │ │ │ │ ├── AzureSAML17.png │ │ │ │ │ ├── AzureSAML18.png │ │ │ │ │ ├── AzureSAML19.png │ │ │ │ │ ├── AzureSAML2.png │ │ │ │ │ ├── AzureSAML20.png │ │ │ │ │ ├── AzureSAML21.png │ │ │ │ │ ├── AzureSAML22.png │ │ │ │ │ ├── AzureSAML23.png │ │ │ │ │ ├── AzureSAML24.png │ │ │ │ │ ├── AzureSAML3.png │ │ │ │ │ ├── AzureSAML4.png │ │ │ │ │ ├── AzureSAML5.png │ │ │ │ │ ├── AzureSAML6.png │ │ │ │ │ ├── AzureSAML7.png │ │ │ │ │ ├── AzureSAML8.png │ │ │ │ │ ├── AzureSAML9.png │ │ │ │ │ ├── AzureSAMLadvanced.png │ │ │ │ │ └── SAMLIntegration.png │ │ │ │ ├── okta-saml │ │ │ │ │ ├── okta-step-1.0.jpg │ │ │ │ │ ├── okta-step-1.1.jpg │ │ │ │ │ ├── okta-step-1.2.jpg │ │ │ │ │ ├── okta-step-2.0.png │ │ │ │ │ ├── okta-step-2.1.jpg │ │ │ │ │ ├── okta-step-2.2.jpg │ │ │ │ │ ├── okta-step-2.3.jpg │ │ │ │ │ ├── okta-step-3.0.jpg │ │ │ │ │ ├── okta-step-4.0.png │ │ │ │ │ ├── okta-step-4.1.png │ │ │ │ │ ├── okta-step-4.2.png │ │ │ │ │ ├── okta-step-4.3.png │ │ │ │ │ ├── okta-step-4.4.png │ │ │ │ │ ├── okta-step-4.5.png │ │ │ │ │ └── okta-step-4.6.png │ │ │ │ └── saml-provider-name.png │ │ │ └── index.md │ │ ├── _category_.json │ │ ├── img │ │ │ ├── LDAP1.png │ │ │ ├── LDAP2.png │ │ │ ├── LDAP3.png │ │ │ ├── LDAP4.png │ │ │ └── LDAP5.png │ │ └── index.md │ ├── bug-tracking │ │ ├── AtlassianJiraCloud.mdx │ │ ├── AtlassianJiraServer.mdx │ │ ├── AzureDevOps.mdx │ │ ├── GitLab.mdx │ │ ├── Monday.mdx │ │ ├── Rally.mdx │ │ ├── _category_.json │ │ ├── img │ │ │ ├── azure-dev-ops │ │ │ │ ├── AzureDevOps1.png │ │ │ │ ├── AzureDevOps10.png │ │ │ │ ├── AzureDevOps11.png │ │ │ │ ├── AzureDevOps12.png │ │ │ │ ├── AzureDevOps13.png │ │ │ │ ├── AzureDevOps14.png │ │ │ │ ├── AzureDevOps15.png │ │ │ │ ├── AzureDevOps16.png │ │ │ │ ├── AzureDevOps17.png │ │ │ │ ├── AzureDevOps18.png │ │ │ │ ├── AzureDevOps19.png │ │ │ │ ├── AzureDevOps2.png │ │ │ │ ├── AzureDevOps20.png │ │ │ │ ├── AzureDevOps21.png │ │ │ │ ├── AzureDevOps22.png │ │ │ │ ├── AzureDevOps23.png │ │ │ │ ├── AzureDevOps24.png │ │ │ │ ├── AzureDevOps25.png │ │ │ │ ├── AzureDevOps26.png │ │ │ │ ├── AzureDevOps27.png │ │ │ │ ├── AzureDevOps28.png │ │ │ │ ├── AzureDevOps29.png │ │ │ │ ├── AzureDevOps3.png │ │ │ │ ├── AzureDevOps30.png │ │ │ │ ├── AzureDevOps31.png │ │ │ │ ├── AzureDevOps32.png │ │ │ │ ├── AzureDevOps33.png │ │ │ │ ├── AzureDevOps34.png │ │ │ │ ├── AzureDevOps35.png │ │ │ │ ├── AzureDevOps36.png │ │ │ │ ├── AzureDevOps37.png │ │ │ │ ├── AzureDevOps38.png │ │ │ │ ├── AzureDevOps39.png │ │ │ │ ├── AzureDevOps4.png │ │ │ │ ├── AzureDevOps40.png │ │ │ │ ├── AzureDevOps5.png │ │ │ │ ├── AzureDevOps6.png │ │ │ │ ├── AzureDevOps7.png │ │ │ │ ├── AzureDevOps8.png │ │ │ │ └── AzureDevOps9.png │ │ │ ├── gitlab │ │ │ │ ├── GitLab1.png │ │ │ │ ├── GitLab10.png │ │ │ │ ├── GitLab11.png │ │ │ │ ├── GitLab12.png │ │ │ │ ├── GitLab13.png │ │ │ │ ├── GitLab14.png │ │ │ │ ├── GitLab15.png │ │ │ │ ├── GitLab16.png │ │ │ │ ├── GitLab17.png │ │ │ │ ├── GitLab18.png │ │ │ │ ├── GitLab19.png │ │ │ │ ├── GitLab2.png │ │ │ │ ├── GitLab20.png │ │ │ │ ├── GitLab21.png │ │ │ │ ├── GitLab3.png │ │ │ │ ├── GitLab4.png │ │ │ │ ├── GitLab5.png │ │ │ │ ├── GitLab6.png │ │ │ │ ├── GitLab7.png │ │ │ │ ├── GitLab8.png │ │ │ │ └── GitLab9.png │ │ │ ├── jira │ │ │ │ ├── JiraCloudIntegrationCreation.png │ │ │ │ ├── JiraServer1.png │ │ │ │ ├── JiraServer10.png │ │ │ │ ├── JiraServer11.png │ │ │ │ ├── JiraServer12.png │ │ │ │ ├── JiraServer13.png │ │ │ │ ├── JiraServer14.png │ │ │ │ ├── JiraServer15.png │ │ │ │ ├── JiraServer16.png │ │ │ │ ├── JiraServer17.png │ │ │ │ ├── JiraServer18.png │ │ │ │ ├── JiraServer19.png │ │ │ │ ├── JiraServer2.png │ │ │ │ ├── JiraServer20.png │ │ │ │ ├── JiraServer3.png │ │ │ │ ├── JiraServer4.png │ │ │ │ ├── JiraServer5.png │ │ │ │ ├── JiraServer6.png │ │ │ │ ├── JiraServer7.png │ │ │ │ ├── JiraServer8.png │ │ │ │ ├── JiraServer9.png │ │ │ │ ├── LinkIssueJiraCloud.png │ │ │ │ └── PostIssueJiraCloud.png │ │ │ ├── monday │ │ │ │ ├── Monday1.png │ │ │ │ ├── Monday10.png │ │ │ │ ├── Monday11.png │ │ │ │ ├── Monday12.png │ │ │ │ ├── Monday13.png │ │ │ │ ├── Monday14.png │ │ │ │ ├── Monday15.png │ │ │ │ ├── Monday16.png │ │ │ │ ├── Monday17.png │ │ │ │ ├── Monday18.png │ │ │ │ ├── Monday19.png │ │ │ │ ├── Monday2.png │ │ │ │ ├── Monday20.png │ │ │ │ ├── Monday3.png │ │ │ │ ├── Monday4.png │ │ │ │ ├── Monday5.png │ │ │ │ ├── Monday6.png │ │ │ │ ├── Monday7.png │ │ │ │ ├── Monday8.png │ │ │ │ └── Monday9.png │ │ │ └── rally │ │ │ │ ├── LinkIssueRally.png │ │ │ │ └── PostIssueRally.png │ │ └── index.md │ ├── img │ │ └── sauce-labs │ │ │ └── SauceLabsUnlinkGlobal.png │ ├── import │ │ ├── JUnit.mdx │ │ ├── RobotFramework.mdx │ │ ├── _category_.json │ │ ├── img │ │ │ ├── junit │ │ │ │ ├── JUnit1.png │ │ │ │ ├── JUnit2.png │ │ │ │ ├── JUnit3.png │ │ │ │ ├── JUnit4.png │ │ │ │ ├── JUnit5.png │ │ │ │ ├── JUnit6.png │ │ │ │ ├── JUnit7.png │ │ │ │ ├── JUnit8.png │ │ │ │ └── JUnit9.png │ │ │ └── robot-framework │ │ │ │ ├── RobotFramework1.png │ │ │ │ ├── RobotFramework10.png │ │ │ │ ├── RobotFramework2.png │ │ │ │ ├── RobotFramework3.png │ │ │ │ ├── RobotFramework4.png │ │ │ │ ├── RobotFramework5.png │ │ │ │ ├── RobotFramework6.png │ │ │ │ ├── RobotFramework7.png │ │ │ │ ├── RobotFramework8.png │ │ │ │ └── RobotFramework9.png │ │ └── index.md │ ├── index.md │ └── notifications │ │ ├── EmailServer.mdx │ │ ├── Slack.mdx │ │ ├── Telegram.mdx │ │ ├── _category_.json │ │ ├── img │ │ ├── email-server │ │ │ ├── EmailServer1.png │ │ │ ├── EmailServer2.png │ │ │ ├── EmailServer3.png │ │ │ └── EmailServer4.png │ │ ├── slack │ │ │ ├── Slack1.png │ │ │ ├── Slack10.png │ │ │ ├── Slack11.png │ │ │ ├── Slack12.png │ │ │ ├── Slack13.png │ │ │ ├── Slack14.png │ │ │ ├── Slack15.png │ │ │ ├── Slack16.png │ │ │ ├── Slack17.png │ │ │ ├── Slack18.png │ │ │ ├── Slack19.png │ │ │ ├── Slack2.png │ │ │ ├── Slack20.png │ │ │ ├── Slack21.png │ │ │ ├── Slack22.png │ │ │ ├── Slack3.png │ │ │ ├── Slack4.png │ │ │ ├── Slack5.png │ │ │ ├── Slack6.png │ │ │ ├── Slack7.png │ │ │ ├── Slack8.png │ │ │ └── Slack9.png │ │ └── telegram │ │ │ ├── Telegram0.png │ │ │ ├── Telegram1.png │ │ │ ├── Telegram10.png │ │ │ ├── Telegram11.png │ │ │ ├── Telegram12.png │ │ │ ├── Telegram13.png │ │ │ ├── Telegram14.png │ │ │ ├── Telegram15.png │ │ │ ├── Telegram16.png │ │ │ ├── Telegram17.png │ │ │ ├── Telegram2.png │ │ │ ├── Telegram3.png │ │ │ ├── Telegram4.png │ │ │ ├── Telegram5.png │ │ │ ├── Telegram6.png │ │ │ ├── Telegram7.png │ │ │ ├── Telegram8.png │ │ │ └── Telegram9.png │ │ └── index.md ├── quality-gates │ ├── AssessmentOfTestResultsUsingQualityGates.mdx │ ├── DeleteQualityGates.md │ ├── HowToInstallQualityGates.md │ ├── IntegrationWithCICD │ │ ├── IntegrationWithAzureDevOps.md │ │ ├── IntegrationWithBitrise.md │ │ ├── IntegrationWithCircleCI.md │ │ ├── IntegrationWithGitHubActions.md │ │ ├── IntegrationWithGitLabCI.md │ │ ├── IntegrationWithJenkins.mdx │ │ ├── _category_.json │ │ └── index.md │ ├── QualityGateEdit.md │ ├── QualityGatePurpose.mdx │ ├── QualityRulesConfiguration.mdx │ ├── UploadQualityGateToReportPortal.mdx │ ├── _category_.json │ ├── img │ │ ├── BaselineLatest.png │ │ ├── CustomBaseline.png │ │ ├── FailureAttributes.png │ │ ├── NAQualityGateLabel.png │ │ ├── NewErrors │ │ │ ├── NewErrors1.png │ │ │ ├── NewErrors10.png │ │ │ ├── NewErrors11.png │ │ │ ├── NewErrors12.png │ │ │ ├── NewErrors13.png │ │ │ ├── NewErrors14.png │ │ │ ├── NewErrors2.png │ │ │ ├── NewErrors3.png │ │ │ ├── NewErrors4.png │ │ │ ├── NewErrors5.png │ │ │ ├── NewErrors6.png │ │ │ ├── NewErrors7.png │ │ │ ├── NewErrors8.png │ │ │ └── NewErrors9.png │ │ ├── NoQualityGatesView.png │ │ ├── QualityGatesAuto.png │ │ ├── QualityGatesIntro.jpg │ │ ├── QualityGatesReport.png │ │ └── ReportThatIsAlreadySent.png │ └── index.md ├── releases │ ├── Version23.1.md │ ├── Version23.2.md │ ├── Version24.1.md │ ├── Version24.2.0.md │ ├── Version24.2.2.md │ ├── Version24.2.3.md │ ├── Version25.0.2.md │ ├── Version25.0.3.md │ ├── Version25.0.4.md │ ├── Version25.0.5.md │ ├── Version25.0.6.md │ ├── Version25.1.md │ ├── Version5.7.4.md │ ├── _category_.json │ ├── archived-releases │ │ ├── Version3.3.2-1.md │ │ ├── Version3.3.2.md │ │ ├── Version4.0.0.md │ │ ├── Version4.1.0.md │ │ ├── Version4.2.0.md │ │ ├── Version4.3.md │ │ ├── Version5.0.0.md │ │ ├── Version5.0RC.md │ │ ├── Version5.1.0.md │ │ ├── Version5.2.0.md │ │ ├── Version5.2.1.md │ │ ├── Version5.2.2.md │ │ ├── Version5.2.3.md │ │ ├── Version5.3.0.md │ │ ├── Version5.3.1.md │ │ ├── Version5.3.2.md │ │ ├── Version5.3.3.md │ │ ├── Version5.3.5.md │ │ ├── Version5.4.0.md │ │ ├── Version5.5.0.md │ │ ├── Version5.6.0.md │ │ ├── Version5.6.1.md │ │ ├── Version5.6.2.md │ │ ├── Version5.6.3.md │ │ ├── Version5.7.0.md │ │ ├── Version5.7.1.md │ │ ├── Version5.7.2.md │ │ ├── Version5.7.3.md │ │ ├── _category_.json │ │ └── index.md │ ├── img │ │ ├── 24.2.png │ │ └── 5.7.4.png │ └── index.md ├── saved-searches-filters │ ├── CreateFilters.mdx │ ├── FiltersPage.md │ ├── ManageFilters.mdx │ ├── _category_.json │ └── index.md ├── terms-and-conditions │ ├── GoogleAnalyticsUsageByReportPortal.mdx │ ├── PremiumFeatures.md │ ├── _category_.json │ ├── img │ │ ├── GoogleAnalytics1.png │ │ ├── GoogleAnalytics2.png │ │ ├── GoogleAnalytics3.png │ │ ├── GoogleAnalytics4.png │ │ └── GoogleAnalytics5.png │ └── index.md ├── tutorial │ ├── img │ │ ├── Attributes.png │ │ ├── AutoAnalysis1.png │ │ ├── AutoAnalysis2.png │ │ ├── AutoAnalysis3.png │ │ ├── AutoAnalysis4.png │ │ ├── FilterTestExecutions.png │ │ ├── Filters.png │ │ ├── FlakyTests1.png │ │ ├── FlakyTests2.png │ │ ├── GenerateFirstData.png │ │ ├── HistoricalTrends1.png │ │ ├── HistoricalTrends2.png │ │ ├── HistoricalTrends3.png │ │ ├── HistoricalTrends4.png │ │ ├── InvestigatedPercentage1.png │ │ ├── InvestigatedPercentage2.png │ │ ├── InviteUsers.png │ │ ├── LaunchStatisticsChart1.png │ │ ├── LaunchStatisticsChart2.png │ │ ├── MLSuggestions.png │ │ ├── MakeDecision.png │ │ ├── MostTime1.png │ │ ├── MostTime2.png │ │ ├── NestedSteps.png │ │ ├── OverallStatistics1.png │ │ ├── OverallStatistics2.png │ │ ├── PatternAnalysis1.png │ │ ├── PatternAnalysis2.png │ │ ├── PatternAnalysis3.png │ │ ├── PatternAnalysis4.png │ │ ├── PatternAnalysis5.png │ │ ├── PatternAnalysis6.png │ │ ├── PostLink.png │ │ ├── ProfileAttributes.png │ │ ├── QualityGate1.png │ │ ├── QualityGate2.png │ │ ├── QualityGate3.png │ │ ├── QualityGate4.png │ │ ├── QualityGate5.png │ │ ├── TestAttributes.png │ │ ├── TriageTestFailures.png │ │ ├── UseCase1-1.png │ │ ├── UseCase1-2.png │ │ ├── UseCase1-3.png │ │ ├── UseCase1-4.png │ │ ├── UseCase2-1.png │ │ ├── UseCase2-2.png │ │ ├── UseCase2-3.png │ │ ├── UseCase2-4.png │ │ ├── UseCase3-1.png │ │ ├── UseCase3-2.png │ │ └── UseCase3-3.png │ └── index.mdx ├── user-account │ ├── DataRetentionProcedure.md │ ├── DeleteAccount.mdx │ ├── EditPersonalInformation.mdx │ ├── RestoreAPassword.mdx │ ├── _category_.json │ ├── api-key-revocation.mdx │ ├── img │ │ ├── DeleteAccount1.png │ │ └── DeleteAccount2.png │ └── index.md ├── user-role-guides │ ├── img │ │ └── PermissionMap.png │ └── index.md └── work-with-reports │ ├── FilteringLaunches.mdx │ ├── HistoryOfLaunches.mdx │ ├── InvestigationOfFailure.mdx │ ├── LaunchesTestItemsAttributes.mdx │ ├── OperationsUnderLaunches.mdx │ ├── TestCaseId.md │ ├── ViewLaunches.mdx │ ├── _category_.json │ ├── img │ ├── defect-types │ │ ├── CustomDefectTypes1.png │ │ ├── CustomDefectTypes2.png │ │ └── CustomDefectTypes3.png │ ├── launches-test-items-attributes │ │ ├── Attributes1.png │ │ ├── Attributes10.png │ │ ├── Attributes11.png │ │ ├── Attributes12.png │ │ ├── Attributes13.png │ │ ├── Attributes14.png │ │ ├── Attributes15.png │ │ ├── Attributes16.png │ │ ├── Attributes17.png │ │ ├── Attributes18.png │ │ ├── Attributes19.png │ │ ├── Attributes2.png │ │ ├── Attributes20.png │ │ ├── Attributes21.png │ │ ├── Attributes22.png │ │ ├── Attributes3.png │ │ ├── Attributes4.png │ │ ├── Attributes5.png │ │ ├── Attributes6.png │ │ ├── Attributes7.png │ │ ├── ComponentHealthCheck1.png │ │ ├── ComponentHealthCheck2.png │ │ ├── ComponentHealthCheck3.png │ │ └── ComponentHealthCheck4.png │ ├── manage-launches │ │ ├── MergeBasicModel.png │ │ └── MergeScheme.png │ └── view-launches │ │ ├── LogViewForContainers1.png │ │ ├── LogViewForContainers2.png │ │ ├── Microseconds.png │ │ ├── Milliseconds.png │ │ ├── RetriedTestCase1.png │ │ ├── RetriedTestCase2.png │ │ └── RetriedTestCase3.png │ └── index.md ├── docusaurus.config.js ├── package-lock.json ├── package.json ├── plugins └── plugin-cookie-pro │ ├── index.css │ └── index.js ├── sidebars.js ├── src ├── components │ ├── button │ │ ├── button.jsx │ │ ├── button.module.css │ │ └── index.js │ ├── mediaViewer │ │ ├── README.md │ │ ├── index.js │ │ ├── mediaViewer.jsx │ │ └── mediaViewer.module.css │ └── notFoundBlock │ │ ├── index.js │ │ ├── notFoundBlock.jsx │ │ ├── notFoundBlock.module.css │ │ └── searchButton │ │ ├── index.js │ │ ├── searchButton.jsx │ │ └── searchButton.module.css ├── css │ └── custom.css └── theme │ ├── MDXComponents.js │ └── NotFound │ └── Content │ └── index.js └── static ├── .nojekyll ├── files └── DockerCompose.yml ├── fonts ├── noto-sans │ ├── NotoSans-Medium.ttf │ └── NotoSans-Regular.ttf └── poppins │ ├── Poppins-Bold.ttf │ ├── Poppins-Medium.ttf │ ├── Poppins-Regular.ttf │ └── Poppins-SemiBold.ttf ├── img ├── 404-dark.svg ├── 404-light.svg ├── favicon.ico ├── logo-dark.svg ├── logo.svg ├── search.svg └── video.svg └── robots.txt /.eslintignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | .docusaurus/ 3 | node_modules/* 4 | package.json 5 | package-lock.json 6 | build/ 7 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @AmsterGet @pressayuliya @maria-hambardzumian 2 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "arrowParens": "always", 3 | "singleQuote": true, 4 | "trailingComma": "all", 5 | "printWidth": 100 6 | } 7 | -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [require.resolve('@docusaurus/core/lib/babel/preset')], 3 | }; 4 | -------------------------------------------------------------------------------- /docs/FAQ/img/NewVersions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/FAQ/img/NewVersions.png -------------------------------------------------------------------------------- /docs/admin-panel/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Admin Panel", 3 | "position": "15", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/admin-panel/img/EventMonitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/EventMonitoring.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/FooterLinks1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/FooterLinks1.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/FooterLinks2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/FooterLinks2.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/FooterLinks3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/FooterLinks3.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/FooterLinks4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/FooterLinks4.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/FooterLinks5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/FooterLinks5.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings1.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings10.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings2.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings3.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings4.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings5.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings6.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings7.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings8.png -------------------------------------------------------------------------------- /docs/admin-panel/img/server-settings/ServerSettings9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/admin-panel/img/server-settings/ServerSettings9.png -------------------------------------------------------------------------------- /docs/analysis/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Analysis", 3 | "position": "12", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/analysis/img/AnalyzeLaunches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/AnalyzeLaunches.png -------------------------------------------------------------------------------- /docs/analysis/img/BaseForAnalysis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/BaseForAnalysis.jpg -------------------------------------------------------------------------------- /docs/analysis/img/IgnoreInAutoAnalysis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/IgnoreInAutoAnalysis1.png -------------------------------------------------------------------------------- /docs/analysis/img/IgnoreInAutoAnalysis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/IgnoreInAutoAnalysis2.png -------------------------------------------------------------------------------- /docs/analysis/img/IgnoreLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/IgnoreLabel.png -------------------------------------------------------------------------------- /docs/analysis/img/ImmediateAA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ImmediateAA.png -------------------------------------------------------------------------------- /docs/analysis/img/ImmediatePA1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ImmediatePA1.png -------------------------------------------------------------------------------- /docs/analysis/img/ImmediatePA2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ImmediatePA2.png -------------------------------------------------------------------------------- /docs/analysis/img/ImmediatePA3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ImmediatePA3.png -------------------------------------------------------------------------------- /docs/analysis/img/LabelAA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/LabelAA.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision1.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision10.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision11.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision12.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision13.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision2.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision3.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision4.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision5.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision6.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision7.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision8.png -------------------------------------------------------------------------------- /docs/analysis/img/ManualAnalysis/MakeDecision9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/ManualAnalysis/MakeDecision9.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis1.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis10.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis11.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis2.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis3.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis4.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis5.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis6.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis7.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis8.png -------------------------------------------------------------------------------- /docs/analysis/img/PatternAnalysis/PatternAnalysis9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/PatternAnalysis/PatternAnalysis9.png -------------------------------------------------------------------------------- /docs/analysis/img/SearchSimilarToInvestigate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/SearchSimilarToInvestigate1.png -------------------------------------------------------------------------------- /docs/analysis/img/SearchSimilarToInvestigate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/SearchSimilarToInvestigate2.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError1.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError10.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError11.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError12.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError13.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError14.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError15.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError16.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError2.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError3.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError4.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError5.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError6.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError7.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError8.png -------------------------------------------------------------------------------- /docs/analysis/img/UniqueErrorAnalysis/UniqueError9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/analysis/img/UniqueErrorAnalysis/UniqueError9.png -------------------------------------------------------------------------------- /docs/case-studies/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Case Studies", 3 | "position": "21", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/case-studies/img/CaseStudy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/case-studies/img/CaseStudy1.png -------------------------------------------------------------------------------- /docs/case-studies/img/CaseStudy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/case-studies/img/CaseStudy2.png -------------------------------------------------------------------------------- /docs/case-studies/img/CaseStudy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/case-studies/img/CaseStudy3.png -------------------------------------------------------------------------------- /docs/case-studies/img/CaseStudy4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/case-studies/img/CaseStudy4.png -------------------------------------------------------------------------------- /docs/configuration/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Configuration", 3 | "position": "7", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/configuration/img/EmailNotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/EmailNotification.png -------------------------------------------------------------------------------- /docs/configuration/img/Integrations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/Integrations.png -------------------------------------------------------------------------------- /docs/configuration/img/ProjectIntegration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/ProjectIntegration.png -------------------------------------------------------------------------------- /docs/configuration/img/ProjectName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/ProjectName.png -------------------------------------------------------------------------------- /docs/configuration/img/SlackNotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/SlackNotification.png -------------------------------------------------------------------------------- /docs/configuration/img/TelegramNotification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/TelegramNotification.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy1.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy2.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy3.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy4.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy5.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy6.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy7.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy8.png -------------------------------------------------------------------------------- /docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/configuration/img/launches-retention-policy/LaunchesRetentionPolicy9.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Dashboards and widgets", 3 | "position": "14", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning10.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning11.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning12.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning13.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning14.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning15.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning16.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning17.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning18.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning19.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning20.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning6.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning7.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning8.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboard-cloning/DashboardCloning9.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboards/BuildReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboards/BuildReport.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/dashboards/LaunchReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/dashboards/LaunchReport.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckArrow.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckCreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckCreation.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme6.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ComponentHealthCheckScheme7.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeCreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeCreation.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeScheme1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeScheme1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeScheme2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeScheme2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeScheme3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeScheme3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeScheme4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeScheme4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeScheme5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeScheme5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/CumulativeTrendChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/CumulativeTrendChart.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/FailedCasesTrendChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/FailedCasesTrendChart.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/FlakyTestCasesTableWidget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/FlakyTestCasesTableWidget.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsChart5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsLineChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchStatisticsLineChart.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchesDurationChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchesDurationChart.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/LaunchesTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/LaunchesTable.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/MostFailedTestCases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/MostFailedTestCases.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/MostPopularPatternTable1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/MostPopularPatternTable1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/MostPopularPatternTable2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/MostPopularPatternTable2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/OverallStatistics1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/OverallStatistics1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/OverallStatistics2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/OverallStatistics2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch6.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRatePerLaunch7.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary6.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/PassingRateSummary7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/PassingRateSummary7.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ProductStatusWidget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ProductStatusWidget.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/ProjectActivityPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/ProjectActivityPanel.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch1.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch10.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch11.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch12.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch13.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch14.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch15.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch16.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch2.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch3.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch4.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch5.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch6.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch7.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch8.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCaseSearch9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCaseSearch9.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/TestCasesGrowthTrendChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/TestCasesGrowthTrendChart.png -------------------------------------------------------------------------------- /docs/dashboards-and-widgets/img/widget-types/UniqueBugsTable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/dashboards-and-widgets/img/widget-types/UniqueBugsTable.png -------------------------------------------------------------------------------- /docs/developers-guides/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Developers guides", 3 | "position": "10", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/developers-guides/img/analyzer/ApiAnalyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/analyzer/ApiAnalyzer.png -------------------------------------------------------------------------------- /docs/developers-guides/img/analyzer/Exchange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/analyzer/Exchange.png -------------------------------------------------------------------------------- /docs/developers-guides/img/analyzer/Queues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/analyzer/Queues.png -------------------------------------------------------------------------------- /docs/developers-guides/img/api/ApiDocumentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/api/ApiDocumentation.png -------------------------------------------------------------------------------- /docs/developers-guides/img/async/Consuming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/async/Consuming.png -------------------------------------------------------------------------------- /docs/developers-guides/img/async/ExchangesQueues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/async/ExchangesQueues.png -------------------------------------------------------------------------------- /docs/developers-guides/img/async/FinishLaunch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/async/FinishLaunch.png -------------------------------------------------------------------------------- /docs/developers-guides/img/async/SimpleScheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/async/SimpleScheme.png -------------------------------------------------------------------------------- /docs/developers-guides/img/attachments/AttachmentsGuide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/attachments/AttachmentsGuide1.png -------------------------------------------------------------------------------- /docs/developers-guides/img/attachments/AttachmentsGuide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/attachments/AttachmentsGuide2.png -------------------------------------------------------------------------------- /docs/developers-guides/img/attachments/AttachmentsGuide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/attachments/AttachmentsGuide3.png -------------------------------------------------------------------------------- /docs/developers-guides/img/backend/AuthBinaryConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/backend/AuthBinaryConfig.png -------------------------------------------------------------------------------- /docs/developers-guides/img/backend/AuthDbConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/backend/AuthDbConfig.png -------------------------------------------------------------------------------- /docs/developers-guides/img/backend/BuildGradleUpdated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/backend/BuildGradleUpdated.png -------------------------------------------------------------------------------- /docs/developers-guides/img/backend/CommitHash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/backend/CommitHash.png -------------------------------------------------------------------------------- /docs/developers-guides/img/backend/IdeaFormatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/backend/IdeaFormatter.png -------------------------------------------------------------------------------- /docs/developers-guides/img/backend/RabbitmqConfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/backend/RabbitmqConfig.png -------------------------------------------------------------------------------- /docs/developers-guides/img/plugin/InstallPlugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/plugin/InstallPlugin.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/LaunchFailed1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/LaunchFailed1.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/LaunchFailed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/LaunchFailed2.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/LaunchFailedRp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/LaunchFailedRp1.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/LaunchFailedRp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/LaunchFailedRp2.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/RpRerun1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/RpRerun1.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/RpRerunStepView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/RpRerunStepView.png -------------------------------------------------------------------------------- /docs/developers-guides/img/rerun/Tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/rerun/Tests.png -------------------------------------------------------------------------------- /docs/developers-guides/img/retry/Retry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/retry/Retry.png -------------------------------------------------------------------------------- /docs/developers-guides/img/retry/RetrySwitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/retry/RetrySwitch.png -------------------------------------------------------------------------------- /docs/developers-guides/img/retry/RetryView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/developers-guides/img/retry/RetryView.png -------------------------------------------------------------------------------- /docs/external-integrations/UserProvisioning/Scim/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "SCIM", 3 | "link": {"type": "doc", "id": "index"} 4 | } 5 | -------------------------------------------------------------------------------- /docs/external-integrations/UserProvisioning/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "User Provisioning", 3 | "link": {"type": "doc", "id": "index"} 4 | } 5 | -------------------------------------------------------------------------------- /docs/external-integrations/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "External Integrations", 3 | "position": "17", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/1.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/10.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/11.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/12.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/13.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/14.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/15.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/16.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/17.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/18.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/2.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/3.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/4.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/5.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/6.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/7.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/8.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimAzure/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimAzure/9.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimOkta/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimOkta/1.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimOkta/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimOkta/2.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimOkta/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimOkta/3.png -------------------------------------------------------------------------------- /docs/external-integrations/img/scimOkta/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/scimOkta/4.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor1.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor10.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor11.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor2.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor3.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor4.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor5.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor6.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor7.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor8.png -------------------------------------------------------------------------------- /docs/external-integrations/img/testRigor/testRigor9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/external-integrations/img/testRigor/testRigor9.png -------------------------------------------------------------------------------- /docs/features/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Features", 3 | "position": "2", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/glossary/img/Glossary1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary1.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary2.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary3.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary4.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary5.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary6.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary7.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary8.png -------------------------------------------------------------------------------- /docs/glossary/img/Glossary9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/glossary/img/Glossary9.png -------------------------------------------------------------------------------- /docs/installation-steps-advanced/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Installation Steps Advanced", 3 | "position": "5", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/installation-steps-advanced/file-storage-options/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "File Storage Options", 3 | "position": "12", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/installation-steps/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Installation Steps", 3 | "position": "4", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/installation-steps/img/DockerConfigMacosNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/DockerConfigMacosNew.png -------------------------------------------------------------------------------- /docs/installation-steps/img/DockerConfigWin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/DockerConfigWin.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/CleanUp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/CleanUp1.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/CleanUp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/CleanUp2.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace1.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace10.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace11.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace12.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace13.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace14.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace15.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace16.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace17.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace18.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace2.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace3.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace4.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace5.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace6.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace7.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace8.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/GCPmarketplace9.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/password1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/password1.png -------------------------------------------------------------------------------- /docs/installation-steps/img/google-cloud-marketplace/password2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/img/google-cloud-marketplace/password2.png -------------------------------------------------------------------------------- /docs/installation-steps/resources/CheatSheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/installation-steps/resources/CheatSheet.pdf -------------------------------------------------------------------------------- /docs/issues-troubleshooting/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Issues Troubleshooting", 3 | "position": "20", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/AnalysisConfigurations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/AnalysisConfigurations.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/AutoanalyzerGenerateIndex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/AutoanalyzerGenerateIndex.gif -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/TipAndTricksStackTrace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/TipAndTricksStackTrace.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool1.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool2.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool3.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool4.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool5.png -------------------------------------------------------------------------------- /docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/issues-troubleshooting/img/tuning-ci-tool/TuningCiTool6.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Log data in ReportPortal", 3 | "position": "9", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/APISection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/APISection.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/AccessToken/APIKeyUsing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/AccessToken/APIKeyUsing.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/AccessToken/AccessToken1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/AccessToken/AccessToken1.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/AccessToken/LegacyAPIKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/AccessToken/LegacyAPIKey.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/AccessToken/NewAPIKeys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/AccessToken/NewAPIKeys.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/ImportViaAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/ImportViaAPI.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/parameters.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes1.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes2.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes3.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes4.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes5.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes6.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/img/report-attributes/ReportAttributes7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/img/report-attributes/ReportAttributes7.png -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/test-framework-integration/Java/Loggers/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "link": { 3 | "type": "generated-index" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/test-framework-integration/Net/Loggers/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "link": { 3 | "type": "generated-index" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /docs/log-data-in-reportportal/test-framework-integration/img/Pic234.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/log-data-in-reportportal/test-framework-integration/img/Pic234.jpg -------------------------------------------------------------------------------- /docs/plugins/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Plugins", 3 | "position": "16", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "SAML Providers", 3 | "link": {"type": "doc", "id": "index"} 4 | } 5 | -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/OktaSAML.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/OktaSAML.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/OktaSide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/OktaSide.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/SAMLPlugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/SAMLPlugin.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML1.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML10.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML11.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML12.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML13.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML14.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML15.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML16.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML17.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML18.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML19.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML2.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML20.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML21.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML22.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML23.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML24.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML3.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML4.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML5.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML6.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML7.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML8.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/azure-saml/AzureSAML9.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-1.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-1.0.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-1.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-1.1.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-1.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-1.2.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.0.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.1.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.2.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-2.3.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-3.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-3.0.jpg -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.0.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.1.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.2.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.3.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.4.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.5.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/okta-saml/okta-step-4.6.png -------------------------------------------------------------------------------- /docs/plugins/authorization/SamlProviders/img/saml-provider-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/SamlProviders/img/saml-provider-name.png -------------------------------------------------------------------------------- /docs/plugins/authorization/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Authorization", 3 | "position": "2", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/plugins/authorization/img/LDAP1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/img/LDAP1.png -------------------------------------------------------------------------------- /docs/plugins/authorization/img/LDAP2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/img/LDAP2.png -------------------------------------------------------------------------------- /docs/plugins/authorization/img/LDAP3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/img/LDAP3.png -------------------------------------------------------------------------------- /docs/plugins/authorization/img/LDAP4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/img/LDAP4.png -------------------------------------------------------------------------------- /docs/plugins/authorization/img/LDAP5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/authorization/img/LDAP5.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Bug Tracking", 3 | "position": "3", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps1.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps10.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps11.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps12.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps13.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps14.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps15.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps16.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps17.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps18.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps19.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps2.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps20.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps21.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps22.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps23.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps24.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps25.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps26.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps27.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps28.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps29.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps3.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps30.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps31.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps32.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps33.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps34.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps35.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps36.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps37.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps38.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps39.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps4.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps40.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps5.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps6.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps7.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps8.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/azure-dev-ops/AzureDevOps9.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab1.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab10.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab11.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab12.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab13.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab14.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab15.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab16.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab17.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab18.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab19.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab2.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab20.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab21.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab3.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab4.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab5.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab6.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab7.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab8.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/gitlab/GitLab9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/gitlab/GitLab9.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraCloudIntegrationCreation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraCloudIntegrationCreation.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer1.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer10.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer11.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer12.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer13.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer14.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer15.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer16.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer17.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer18.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer19.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer2.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer20.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer3.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer4.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer5.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer6.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer7.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer8.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/JiraServer9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/JiraServer9.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/LinkIssueJiraCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/LinkIssueJiraCloud.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/jira/PostIssueJiraCloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/jira/PostIssueJiraCloud.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday1.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday10.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday11.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday12.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday13.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday14.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday15.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday16.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday17.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday18.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday19.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday2.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday20.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday3.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday4.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday5.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday6.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday7.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday8.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/monday/Monday9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/monday/Monday9.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/rally/LinkIssueRally.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/rally/LinkIssueRally.png -------------------------------------------------------------------------------- /docs/plugins/bug-tracking/img/rally/PostIssueRally.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/bug-tracking/img/rally/PostIssueRally.png -------------------------------------------------------------------------------- /docs/plugins/img/sauce-labs/SauceLabsUnlinkGlobal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/img/sauce-labs/SauceLabsUnlinkGlobal.png -------------------------------------------------------------------------------- /docs/plugins/import/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Import", 3 | "position": "5", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit1.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit2.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit3.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit4.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit5.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit6.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit7.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit8.png -------------------------------------------------------------------------------- /docs/plugins/import/img/junit/JUnit9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/junit/JUnit9.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework1.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework10.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework2.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework3.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework4.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework5.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework6.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework7.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework8.png -------------------------------------------------------------------------------- /docs/plugins/import/img/robot-framework/RobotFramework9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/import/img/robot-framework/RobotFramework9.png -------------------------------------------------------------------------------- /docs/plugins/notifications/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Notifications", 3 | "position": "4", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/plugins/notifications/img/email-server/EmailServer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/email-server/EmailServer1.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/email-server/EmailServer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/email-server/EmailServer2.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/email-server/EmailServer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/email-server/EmailServer3.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/email-server/EmailServer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/email-server/EmailServer4.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack1.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack10.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack11.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack12.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack13.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack14.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack15.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack16.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack17.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack18.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack19.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack2.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack20.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack21.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack22.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack3.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack4.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack5.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack6.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack7.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack8.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/slack/Slack9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/slack/Slack9.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram0.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram1.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram10.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram11.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram12.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram13.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram14.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram15.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram16.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram17.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram2.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram3.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram4.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram5.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram6.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram7.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram8.png -------------------------------------------------------------------------------- /docs/plugins/notifications/img/telegram/Telegram9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/plugins/notifications/img/telegram/Telegram9.png -------------------------------------------------------------------------------- /docs/quality-gates/IntegrationWithCICD/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Integration with CI/CD", 3 | "position": "9", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/quality-gates/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Quality Gates", 3 | "position": "18", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/quality-gates/img/BaselineLatest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/BaselineLatest.png -------------------------------------------------------------------------------- /docs/quality-gates/img/CustomBaseline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/CustomBaseline.png -------------------------------------------------------------------------------- /docs/quality-gates/img/FailureAttributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/FailureAttributes.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NAQualityGateLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NAQualityGateLabel.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors1.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors10.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors11.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors12.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors13.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors14.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors2.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors3.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors4.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors5.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors6.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors7.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors8.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NewErrors/NewErrors9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NewErrors/NewErrors9.png -------------------------------------------------------------------------------- /docs/quality-gates/img/NoQualityGatesView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/NoQualityGatesView.png -------------------------------------------------------------------------------- /docs/quality-gates/img/QualityGatesAuto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/QualityGatesAuto.png -------------------------------------------------------------------------------- /docs/quality-gates/img/QualityGatesIntro.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/QualityGatesIntro.jpg -------------------------------------------------------------------------------- /docs/quality-gates/img/QualityGatesReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/QualityGatesReport.png -------------------------------------------------------------------------------- /docs/quality-gates/img/ReportThatIsAlreadySent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/quality-gates/img/ReportThatIsAlreadySent.png -------------------------------------------------------------------------------- /docs/releases/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Releases", 3 | "position": "6", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/releases/archived-releases/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Archived Releases", 3 | "position": "14", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/releases/img/24.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/releases/img/24.2.png -------------------------------------------------------------------------------- /docs/releases/img/5.7.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/releases/img/5.7.4.png -------------------------------------------------------------------------------- /docs/saved-searches-filters/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Saved searches (filters)", 3 | "position": "13", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/terms-and-conditions/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Terms & conditions", 3 | "position": "24", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | 7 | -------------------------------------------------------------------------------- /docs/terms-and-conditions/img/GoogleAnalytics1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/terms-and-conditions/img/GoogleAnalytics1.png -------------------------------------------------------------------------------- /docs/terms-and-conditions/img/GoogleAnalytics2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/terms-and-conditions/img/GoogleAnalytics2.png -------------------------------------------------------------------------------- /docs/terms-and-conditions/img/GoogleAnalytics3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/terms-and-conditions/img/GoogleAnalytics3.png -------------------------------------------------------------------------------- /docs/terms-and-conditions/img/GoogleAnalytics4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/terms-and-conditions/img/GoogleAnalytics4.png -------------------------------------------------------------------------------- /docs/terms-and-conditions/img/GoogleAnalytics5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/terms-and-conditions/img/GoogleAnalytics5.png -------------------------------------------------------------------------------- /docs/tutorial/img/Attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/Attributes.png -------------------------------------------------------------------------------- /docs/tutorial/img/AutoAnalysis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/AutoAnalysis1.png -------------------------------------------------------------------------------- /docs/tutorial/img/AutoAnalysis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/AutoAnalysis2.png -------------------------------------------------------------------------------- /docs/tutorial/img/AutoAnalysis3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/AutoAnalysis3.png -------------------------------------------------------------------------------- /docs/tutorial/img/AutoAnalysis4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/AutoAnalysis4.png -------------------------------------------------------------------------------- /docs/tutorial/img/FilterTestExecutions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/FilterTestExecutions.png -------------------------------------------------------------------------------- /docs/tutorial/img/Filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/Filters.png -------------------------------------------------------------------------------- /docs/tutorial/img/FlakyTests1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/FlakyTests1.png -------------------------------------------------------------------------------- /docs/tutorial/img/FlakyTests2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/FlakyTests2.png -------------------------------------------------------------------------------- /docs/tutorial/img/GenerateFirstData.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/GenerateFirstData.png -------------------------------------------------------------------------------- /docs/tutorial/img/HistoricalTrends1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/HistoricalTrends1.png -------------------------------------------------------------------------------- /docs/tutorial/img/HistoricalTrends2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/HistoricalTrends2.png -------------------------------------------------------------------------------- /docs/tutorial/img/HistoricalTrends3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/HistoricalTrends3.png -------------------------------------------------------------------------------- /docs/tutorial/img/HistoricalTrends4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/HistoricalTrends4.png -------------------------------------------------------------------------------- /docs/tutorial/img/InvestigatedPercentage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/InvestigatedPercentage1.png -------------------------------------------------------------------------------- /docs/tutorial/img/InvestigatedPercentage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/InvestigatedPercentage2.png -------------------------------------------------------------------------------- /docs/tutorial/img/InviteUsers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/InviteUsers.png -------------------------------------------------------------------------------- /docs/tutorial/img/LaunchStatisticsChart1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/LaunchStatisticsChart1.png -------------------------------------------------------------------------------- /docs/tutorial/img/LaunchStatisticsChart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/LaunchStatisticsChart2.png -------------------------------------------------------------------------------- /docs/tutorial/img/MLSuggestions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/MLSuggestions.png -------------------------------------------------------------------------------- /docs/tutorial/img/MakeDecision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/MakeDecision.png -------------------------------------------------------------------------------- /docs/tutorial/img/MostTime1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/MostTime1.png -------------------------------------------------------------------------------- /docs/tutorial/img/MostTime2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/MostTime2.png -------------------------------------------------------------------------------- /docs/tutorial/img/NestedSteps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/NestedSteps.png -------------------------------------------------------------------------------- /docs/tutorial/img/OverallStatistics1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/OverallStatistics1.png -------------------------------------------------------------------------------- /docs/tutorial/img/OverallStatistics2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/OverallStatistics2.png -------------------------------------------------------------------------------- /docs/tutorial/img/PatternAnalysis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PatternAnalysis1.png -------------------------------------------------------------------------------- /docs/tutorial/img/PatternAnalysis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PatternAnalysis2.png -------------------------------------------------------------------------------- /docs/tutorial/img/PatternAnalysis3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PatternAnalysis3.png -------------------------------------------------------------------------------- /docs/tutorial/img/PatternAnalysis4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PatternAnalysis4.png -------------------------------------------------------------------------------- /docs/tutorial/img/PatternAnalysis5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PatternAnalysis5.png -------------------------------------------------------------------------------- /docs/tutorial/img/PatternAnalysis6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PatternAnalysis6.png -------------------------------------------------------------------------------- /docs/tutorial/img/PostLink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/PostLink.png -------------------------------------------------------------------------------- /docs/tutorial/img/ProfileAttributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/ProfileAttributes.png -------------------------------------------------------------------------------- /docs/tutorial/img/QualityGate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/QualityGate1.png -------------------------------------------------------------------------------- /docs/tutorial/img/QualityGate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/QualityGate2.png -------------------------------------------------------------------------------- /docs/tutorial/img/QualityGate3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/QualityGate3.png -------------------------------------------------------------------------------- /docs/tutorial/img/QualityGate4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/QualityGate4.png -------------------------------------------------------------------------------- /docs/tutorial/img/QualityGate5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/QualityGate5.png -------------------------------------------------------------------------------- /docs/tutorial/img/TestAttributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/TestAttributes.png -------------------------------------------------------------------------------- /docs/tutorial/img/TriageTestFailures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/TriageTestFailures.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase1-1.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase1-2.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase1-3.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase1-4.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase2-1.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase2-2.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase2-3.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase2-4.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase3-1.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase3-2.png -------------------------------------------------------------------------------- /docs/tutorial/img/UseCase3-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/tutorial/img/UseCase3-3.png -------------------------------------------------------------------------------- /docs/user-account/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "User account", 3 | "position": "8", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/user-account/img/DeleteAccount1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/user-account/img/DeleteAccount1.png -------------------------------------------------------------------------------- /docs/user-account/img/DeleteAccount2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/user-account/img/DeleteAccount2.png -------------------------------------------------------------------------------- /docs/user-role-guides/img/PermissionMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/user-role-guides/img/PermissionMap.png -------------------------------------------------------------------------------- /docs/work-with-reports/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Work with reports", 3 | "position": "11", 4 | "link": {"type": "doc", "id": "index"} 5 | } 6 | -------------------------------------------------------------------------------- /docs/work-with-reports/img/defect-types/CustomDefectTypes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/defect-types/CustomDefectTypes1.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/defect-types/CustomDefectTypes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/defect-types/CustomDefectTypes2.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/defect-types/CustomDefectTypes3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/defect-types/CustomDefectTypes3.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes1.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes10.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes11.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes12.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes13.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes14.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes15.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes16.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes17.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes18.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes19.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes2.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes20.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes21.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes22.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes3.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes4.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes5.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes6.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/launches-test-items-attributes/Attributes7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/launches-test-items-attributes/Attributes7.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/manage-launches/MergeBasicModel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/manage-launches/MergeBasicModel.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/manage-launches/MergeScheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/manage-launches/MergeScheme.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/LogViewForContainers1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/LogViewForContainers1.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/LogViewForContainers2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/LogViewForContainers2.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/Microseconds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/Microseconds.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/Milliseconds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/Milliseconds.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/RetriedTestCase1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/RetriedTestCase1.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/RetriedTestCase2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/RetriedTestCase2.png -------------------------------------------------------------------------------- /docs/work-with-reports/img/view-launches/RetriedTestCase3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/docs/work-with-reports/img/view-launches/RetriedTestCase3.png -------------------------------------------------------------------------------- /src/theme/NotFound/Content/index.js: -------------------------------------------------------------------------------- 1 | import { NotFoundBlock } from '../../../components/notFoundBlock'; 2 | 3 | export default NotFoundBlock; 4 | -------------------------------------------------------------------------------- /static/.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/.nojekyll -------------------------------------------------------------------------------- /static/fonts/noto-sans/NotoSans-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/fonts/noto-sans/NotoSans-Medium.ttf -------------------------------------------------------------------------------- /static/fonts/noto-sans/NotoSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/fonts/noto-sans/NotoSans-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/poppins/Poppins-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/fonts/poppins/Poppins-Bold.ttf -------------------------------------------------------------------------------- /static/fonts/poppins/Poppins-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/fonts/poppins/Poppins-Medium.ttf -------------------------------------------------------------------------------- /static/fonts/poppins/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/fonts/poppins/Poppins-Regular.ttf -------------------------------------------------------------------------------- /static/fonts/poppins/Poppins-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/fonts/poppins/Poppins-SemiBold.ttf -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reportportal/docs/1e5a622252ed20e4b1677df47025641701a4f1dc/static/img/favicon.ico -------------------------------------------------------------------------------- /static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / --------------------------------------------------------------------------------