Skip to content

Commit 81a3e0c

Browse files
authored
Merge pull request #63 from telerik/new-kb-telerik-test-studio-extension-not-available-in-web-store-955dfe7f055d497b95ffea665230463c
Added new kb article telerik-test-studio-extension-not-available-in-web-store
2 parents a915d2e + ecff390 commit 81a3e0c

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Progress® Telerik® Test Studio® Extension Unavailable in Chrome Web Store
3+
description: Provides solutions for executing automated test cases in Edge Chromium or Chrome browser without the 'Progress Telerik Test Studio extension'.
4+
type: troubleshooting
5+
page_title: Progress® Telerik® Test Studio® Extension is Not Available in Chrome Web Store
6+
tags: progress, telerik, test studio, chrome, extension, edge chromium
7+
res_type: kb
8+
ticketid: 1678431
9+
---
10+
11+
12+
## Description
13+
14+
My web test project is set to execute tests in Edge and Chrome with Progress Telerik Test Studio extension enabled. So, I am trying to execute automated test cases in Edge Chromium (or Chrome) browser using the 'Progress Telerik Test Studio extension' from the Chrome Web Store. However, upon visiting the provided link, it shows that the item is not available. How can I continue execute Test Studio automated tests in Edge Chromium (or Chrome) without the extension?
15+
16+
## Cause
17+
18+
Chrome has officially deprecated Manifest V2 extensions as part of their [extension deprecation timeline](https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline). Given that the Test Studio extension is a Manifest V2 extension, it has been affected by this policy change and removed from the Web Store. Consequently, the Edge browser, which utilized the extension from the Chrome Web Store, is also impacted by these changes.
19+
20+
## Solution
21+
22+
To continue using Progress® Telerik® Test Studio® for automated test case execution in Edge Chromium or Chrome without the extension, follow the instructions below:
23+
24+
1. **Switch to Extensionless Browser Mode**:
25+
- Both Edge Chromium and Chrome support an extensionless mode, which allows for automated testing without the need for the Test Studio extension. This mode was introduced as an alternative due to the anticipated deprecation of Chrome extensions.
26+
27+
2. **Configure the Project to use Edge Chromium and Chrome in Extensionless Mode**:
28+
- Use the Project Settings and enable the project to use the browsers in their extensionless mode. The setting is a checkbox under the [Browsers tab](https://docs.telerik.com/teststudio/features/project-settings/browsers) which needs to be unchecked.
29+
30+
3. **Test Execution**:
31+
- Once you have configured the project in extensionless mode, proceed with your test case execution as usual. This mode is designed to offer a seamless automation testing experience similar to the one with the extension.
32+
33+
4. **Monitoring and Feedback**:
34+
- Monitor the execution of your automated tests closely to ensure that the transition to extensionless mode does not affect the performance or outcome of your tests.
35+
- If you encounter any issues or have further questions, consult the Test Studio support documentation or contact the support team for assistance.
36+
37+
By following these steps, you can continue your automated testing efforts in Edge Chromium and Chrome without relying on the 'Progress Telerik Test Studio extension'.
38+
39+
40+
## See Also
41+
42+
- [Configure Your Browser - Edge Chromium](https://docs.telerik.com/teststudio/prerequisites/configure-your-browser/edge-chromium)
43+
- [Chrome Extension Manifest V2 Deprecation Timeline](https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline)

0 commit comments

Comments
 (0)