TestCafe Script Writer

DevTools extensions for exporting Recorder code as a Testcafe Script.

Τι είναι το TestCafe Script Writer;

Το TestCafe Script Writer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tamil M, και η κύρια λειτουργία του είναι "DevTools extensions for exporting Recorder code as a Testcafe Script.".

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

screenshot

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

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

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

                        Instantly generate a TestCafe script for E2E test automation! 

This extension adds the ability to export your Chrome Recording as a TestCafe script that can be added to your testing suite.

Feel free to buy me a coffee here: https://www.buymeacoffee.com/tamilsm

How to use:
1. Open DevTools and go to Recorder tab
2. Click 'Create a new recording' and select CSS and Text as 'Selector types to record'.
3. Start recording and perform the desired actions for your testing scenario in the tab.
4. Once you are done, hit End recording. This will capture all the user interactions in the DevTools Recording tab. Here, you can also edit the user actions.
5. Click on the Export button on the menu bar and if the TestCafe Script Writer extension is install, the export options dropdown will include 'TestCafe Script' which will download a JavaScript file with the TestCafe testing script.

Note: You may need to edit the list of actions on the Recording for the test to run properly.                    

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

Όνομα TestCafe Script Writer TestCafe Script Writer
ID fihljflenegejjcpnlbikimmknhpkifj
Επίσημο URL https://chromewebstore.google.com/detail/testcafe-script-writer/fihljflenegejjcpnlbikimmknhpkifj
Περιγραφή DevTools extensions for exporting Recorder code as a Testcafe Script.
Μέγεθος Αρχείου 14.55 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-10-02
Ημερομηνία Δημοσίευσης 2023-09-17
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Tamil M
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.buymeacoffee.com/tamilsm
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TestCafe Script Writer",
    "version": "1.2",
    "description": "DevTools extensions for exporting Recorder code as a Testcafe Script.",
    "permissions": [],
    "devtools_page": "scripts\/DevToolsPlugin.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "104.0.5107.0",
    "icons": {
        "128": "images\/icon-128.png"
    }
}