TestJet
A chrome extension for TestJet Automation
Vad är TestJet?
TestJet är en Chrome-tillägg utvecklad av Testjet, och dess huvudfunktion är "A chrome extension for TestJet Automation".
Tilläggsskärmbilder
Ladda ner TestJet-förlängningens CRX-fil
Ladda ner TestJet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TestJet |
ID | nfpikmjhnlbdljobpkdfeddgjmkmdcdo |
Officiell webbadress | https://chromewebstore.google.com/detail/testjet/nfpikmjhnlbdljobpkdfeddgjmkmdcdo |
Beskrivning | A chrome extension for TestJet Automation |
Filstorlek | 146 KB |
Antal Installationer | 34 |
Aktuell Version | 2.0.3 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2021-06-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Testjet |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://testjet.ai/ |
Hjälpsida URL | https://testjet.ai/contact-us/ |
URL till Sekretesspolicy Sidan | https://testjet.ai/privacy-policy |
Stödda Språk | 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": [ " |