TestJet
A chrome extension for TestJet Automation
Что такое TestJet?
TestJet - это расширение Chrome, разработанное Testjet, и его основная функция - "A chrome extension for TestJet Automation".
Снимки экрана расширения
Скачать файл CRX расширения TestJet
Скачайте файлы расширений TestJet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Testjet is an end-to-end testing automation platform that is currently in development. We are creating an intuitive application that will allow users to create test cases without writing a single line of code. We achieve this through our browser extension that we have created which allows testers to record events and behaviors of users in their browser and translate them in to simple executable tests. Testers can also add custom validations to their test cases accordingly on each step of the test case to validate if a element such as "Text" is visible or if the color of the button is appropriate etc. The goal of TestJet is to reduce test authoring time and help create stable test with minimum maintenance.
Основная информация о расширении
Название | TestJet |
ID | nfpikmjhnlbdljobpkdfeddgjmkmdcdo |
Официальный URL | https://chromewebstore.google.com/detail/testjet/nfpikmjhnlbdljobpkdfeddgjmkmdcdo |
Описание | A chrome extension for TestJet Automation |
Размер файла | 146 KB |
Количество установок | 34 |
Текущая Версия | 2.0.3 |
Последнее Обновление | 2024-02-15 |
Дата публикации | 2021-06-28 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | Testjet |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://testjet.ai/ |
URL страницы помощи | https://testjet.ai/contact-us/ |
URL страницы политики конфиденциальности | https://testjet.ai/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension for TestJet Automation", "version": "2.0.3", "manifest_version": 3, "name": "TestJet", "permissions": [ "tabs", "unlimitedStorage", "storage", "debugger", "cookies", "background", "activeTab", "webNavigation" ], "host_permissions": [ " |