Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/IntegrationViaPlugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Users can enhance ReportPortal by adding additional integrations with:
* [Azure DevOps](/plugins/bug-tracking/AzureDevOps)
* [GitLab](/plugins/bug-tracking/GitLab)
* [Monday](/plugins/bug-tracking/Monday)
* [Sauce Labs](/plugins/SauceLabs)
* [Sauce Labs](/plugins/other/SauceLabs)
* [E-mail server](/plugins/notifications/EmailServer)
* [Slack](/plugins/notifications/Slack)
* [Telegram](/plugins/notifications/Telegram)
Expand Down
2 changes: 1 addition & 1 deletion docs/log-data-in-reportportal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ReportPortal supports various frameworks:

Integration with ReportPortal is not dependent on the type of tests you run. It can be API tests, integration tests, or UI tests such as Selenium, Cypress, so, you can run different types of tests and get test results.

ReportPortal can be integrated with external services, enabling you to report test results from platforms like Browserstack, Sauce Labs, and other third-party services. For Sauce Labs integration, we have a [plugin](/plugins/SauceLabs).
ReportPortal can be integrated with external services, enabling you to report test results from platforms like Browserstack, Sauce Labs, and other third-party services. For Sauce Labs integration, we have a [plugin](/plugins/other/SauceLabs).

import DocCardList from '@theme/DocCardList';

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/ManagePlugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Details on how to configure a specific plugin please find in the [Integration se
* [integration with GitLab](/plugins/bug-tracking/GitLab)
* [integration with Monday](/plugins/bug-tracking/Monday)
* [integration with Rally](/plugins/bug-tracking/Rally)
* [integration with SauceLabs](/plugins/SauceLabs)
* [integration with SauceLabs](/plugins/other/SauceLabs)
* [integration with E-mail server](/plugins/notifications/EmailServer)
* [integration with Slack](/plugins/notifications/Slack)
* [integration with Telegram](/plugins/notifications/Telegram)
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/archived-releases/Version5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Jira, Rally, SauceLabs integration now will work through the plugin functionalit
Available plugins to download:
- [Jira](/plugins/bug-tracking/AtlassianJiraServer)
- [Rally](/plugins/bug-tracking/Rally)
- [SauceLabs](/plugins/SauceLabs)
- [SauceLabs](/plugins/other/SauceLabs)
## Brand new features
- [#275](https://github.com/reportportal/reportportal/issues/275) [#639](https://github.com/reportportal/reportportal/issues/639) Nested steps
- [#348](https://github.com/reportportal/reportportal/issues/348) Integration with SauceLabs
Expand Down
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const config = {
redirects: [
{
to: '/installation-steps',
from: ['/category/installation-steps', '/Installation-steps', '/Installation', '/installation'],
from: ['/category/installation-steps', '/Installation'],
},
{
to: '/features',
Expand Down Expand Up @@ -323,7 +323,7 @@ const config = {
from: '/Issues-with-LDAPS',
},
{
to: '/plugins/SauceLabs',
to: '/plugins/other/SauceLabs',
from: '/Sauce-Labs-integration',
},
{
Expand Down Expand Up @@ -596,4 +596,4 @@ const config = {
],
};

export default config;
export default config;