Encapsulate
Record your Qyrus Web Tests and run them locally on your Chrome browser
Encapsulate란 무엇입니까?
Encapsulate은(는) qyrusai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record your Qyrus Web Tests and run them locally on your Chrome browser"입니다.
확장 프로그램 스크린샷
Encapsulate 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Qyrus is a end to end testing platform designed to test Web, Mobile and APIs for all digital enterprises. With its codeless approach to testing Web, Mobile & APIs, Qyrus is the fastest way to start the journey of automated testing for your enterprise. Qyrus Encapsulate: Quickly record, configure and run functional UI tests. Record user journeys that are added to the Qyrus Test building screen, which can then be edited, parameterised and asserted for various conditions - test cases. The recorder also lets you run the created tests to check for its validity and function before you push the test to the Qyrus cloud. Qyrus Encapsulate chrome extension only used for the purpose of creating and playing-back web application UI tests in Qyrus Platform. This extension is only invoked when Qyrus.com is open and the user is authenticated on the platform. This extension doesn't work in stand alone mode.
확장 프로그램 기본 정보
이름 | Encapsulate |
ID | ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
공식 URL | https://chromewebstore.google.com/detail/encapsulate/ggnhnadohjgcdiggmgfhfjfgpgbopbcc |
설명 | Record your Qyrus Web Tests and run them locally on your Chrome browser |
파일 크기 | 88.41 KB |
설치 횟수 | 220 |
현재 버전 | 2.4.4 |
최근 업데이트 | 2023-09-23 |
출시 날짜 | 2021-10-06 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | qyrusai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://qyrus.com |
도움말 페이지 URL | https://qyrus.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Encapsulate", "version": "2.4.4", "description": "Record your Qyrus Web Tests and run them locally on your Chrome browser", "icons": { "128": "assets\/Group16611.png" }, "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "contextMenus", "unlimitedStorage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", " |