TestJet
A chrome extension for TestJet Automation
Wat is TestJet?
TestJet is een Chrome-extensie ontwikkeld door Testjet, en de belangrijkste functie is "A chrome extension for TestJet Automation".
Extensie Screenshots
Download het CRX-bestand van de extensie TestJet
Download TestJet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TestJet |
ID | nfpikmjhnlbdljobpkdfeddgjmkmdcdo |
Officiële URL | https://chromewebstore.google.com/detail/testjet/nfpikmjhnlbdljobpkdfeddgjmkmdcdo |
Beschrijving | A chrome extension for TestJet Automation |
Bestandsgrootte | 146 KB |
Aantal Installaties | 34 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2024-02-15 |
Publicatiedatum | 2021-06-28 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Testjet |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://testjet.ai/ |
Help Pagina-URL | https://testjet.ai/contact-us/ |
URL van de Privacybeleid Pagina | https://testjet.ai/privacy-policy |
Ondersteunde Talen | 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": [ " |