Test ID GeneratorOverviewThe Test ID Generator is a Visual Studio Code extension designed to simplify the process of adding test identifiers (data-test attributes) to HTML elements in web development projects. If your codebase lacks test IDs and you find yourself spending valuable time manually adding them, this extension is here to be your time-saving ally. Key Features
Demo PreviewGetting StartedInstallationVia Visual Studio CodeLaunch Quick Open: Paste the following command and press
UsageBy default Shift + Alt + T (Cmd + Shift + T for Mac) key combination inserts test id to all the html elements. It checks the element for the id first. If the element has it, it copies it to the test id. If the element has not, it generates the test id by adding elementName to the The The Config
ContributionI believe in the power of collaboration! This project is open to contributions from the community. If you're passionate about testing in web development and want to contribute, check out the project on GitHub, and let's build something amazing together! 🤝✨ LicenseThis project is licensed under the MIT License. |