E2E Test Helper :-)

A helpful tool for locating UI elements for Cypress, Playwright, Selenium, Squish and other UI Test Tools. Supports Shadow DOM

Τι είναι το E2E Test Helper :-);

Το E2E Test Helper :-) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://danduh.me, και η κύρια λειτουργία του είναι "A helpful tool for locating UI elements for Cypress, Playwright, Selenium, Squish and other UI Test Tools. Supports Shadow DOM".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης E2E Test Helper :-)

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

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

                        Enhance Your UI (E2E) Test Development with this chrome extension E2E Test Helper – Now with Shadow DOM Support!

The latest version of a E2E Test Helper is a game-changer for developers specializing in End-to-End (E2E) testing. With added support for Shadow DOM, it's designed to streamline your UI testing process, making it more efficient and less cumbersome.

Key Features:

- Easy Element and Selector Identification: Quickly view elements on any webpage and their corresponding selectors – a vital tool for accurate test script creation.
- Customizable Element Targeting: By default, the extension searches for elements with the "e2e-id" attribute, but you can tailor this to suit your project's needs.

How to Use the Extension:

- Navigate to your desired webpage (e.g., https://danduh.me).
- Click on the extension icon in your browser.
- Select "Show elements with E2E" to display the elements and their selectors.
- Simply hover your mouse over the elements to view their details.

Resetting the View:
To revert your page to its original state, click on the extension icon and select "Hide".

Customizing Element Search:
- Go to the extension icon and click on the "Settings" tab.
- Enter your preferred attribute name in the provided field.
- Click 'Save', and then revisit your page to see the changes in action.

We Value Your Input:
Your feedback is crucial to us. Share your user experience, suggest new features, or report any bugs you encounter. Your insights help us continually improve and tailor the extension to meet your E2E testing needs better.                    

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

Όνομα E2E Test Helper :-) E2E Test Helper :-)
ID ojimkloafomebgljfeibknkffenmabgj
Επίσημο URL https://chromewebstore.google.com/detail/e2e-test-helper/ojimkloafomebgljfeibknkffenmabgj
Περιγραφή A helpful tool for locating UI elements for Cypress, Playwright, Selenium, Squish and other UI Test Tools. Supports Shadow DOM
Μέγεθος Αρχείου 199 KB
Αριθμός Εγκαταστάσεων 80
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2017-09-26
Προγραμματιστής https://danduh.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/danduh/e2e-ids-finder
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.0",
    "name": "E2E Test Helper :-)",
    "description": "A helpful tool for locating UI elements for Cypress, Playwright, Selenium, Squish and other UI Test Tools. Supports Shadow DOM",
    "author": "Daniel Ostrovsky",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "48": "assets\/icon-32.png",
        "128": "assets\/icon.png"
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab",
        "storage"
    ]
}