TestCraft

TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator

Τι είναι το TestCraft;

Το TestCraft είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TestCraft, και η κύρια λειτουργία του είναι "TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TestCraft

Λήψη αρχείων επέκτασης TestCraft σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing TestCraft, an innovative browser extension designed to revolutionize your software testing experience. With the power GPT-4, TestCraft transforms your software testing experience, streamlining test idea generation, automated test creation for Cypress and Playwright, and even checking accessibility issues.

Key Features:

AI-Powered Test Idea Generation: Leverage the power of GPT-4 AI to generate comprehensive test ideas based on webpage elements. TestCraft provides a thorough approach to your testing process, ensuring an optimal testing coverage. 

Automated Test Creation: Generate ready-to-run test scripts for popular automation frameworks, Cypress and Playwright, in JavaScript and TypeScript. TestCraft eases your test creation process and saves time.

Accessibility Checks: Empower your web applications to be inclusive for all users. TestCraft identifies accessibility issues and provides actionable insights to improve.

Test Idea to Automated Tests: Seamlessly convert your AI-generated test ideas into automated test scripts. With TestCraft, you can simply focus on what matters the most, your product.

Copy to Clipboard Functionality: Effortlessly copy generated tests and code snippets to your clipboard with a single click, and then paste them directly into your IDE for seamless integration with your development environment.

Unlock the full potential of your testing process with TestCraft, the AI-powered browser extension that will transform the way you approach software testing. Download TestCraft now and experience the future of software testing!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TestCraft TestCraft
ID anbeiondiglbpedgjgehgihgeejjkiik
Επίσημο URL https://chromewebstore.google.com/detail/testcraft/anbeiondiglbpedgjgehgihgeejjkiik
Περιγραφή TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator
Μέγεθος Αρχείου 1.15 MB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2023-06-20
Ημερομηνία Δημοσίευσης 2023-05-11
Αξιολόγηση 4.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής TestCraft
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://home.testcraft.app/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestCraft",
    "version": "1.1.2",
    "description": "TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/service.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/styles.css"
            ]
        }
    ],
    "icons": {
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}