Socket
Socket
Sign inDemoInstall

babel-plugin-transform-react-qa-classes

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-react-qa-classes - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/index.js

11

package.json
{
"name": "babel-plugin-transform-react-qa-classes",
"version": "0.0.2",
"version": "0.0.3",
"description": "Add component's name in `data-qa` attributes to React Components Edit",

@@ -13,4 +13,3 @@ "repository": "https://github.com/davesnx/babel-plugin-transform-react-qa-classes",

"test:watch": "npm run test -- --watch",
"prepublish": "npm run clean && npm run build",
"postinstall": "npm run build"
"prepublish": "npm run clean && npm run build"
},

@@ -37,3 +36,7 @@ "devDependencies": {

]
}
},
"files": [
"lib",
"README.md"
]
}
## Babel plugin transform React qa classes
[![Build Status](https://travis-ci.org/davesnx/babel-plugin-transform-react-qa-classes.svg?branch=master)](https://travis-ci.org/davesnx/babel-plugin-transform-react-qa-classes) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) [![npm](https://img.shields.io/npm/dm/localeval.svg)](https://www.npmjs.com/package/babel-plugin-transform-react-qa-classes)
This plugin adds the component name as a `data-qa` in each React Component.

@@ -8,3 +10,3 @@

Basically the idea is to facilitate Automate Testing on Frontend Applications.
Automate Frontend highly requires get the DOMElements and interact with them, adding `data-qa` attributes make it more easy.
Automate Frontend highly requires get the DOMElements and interact with them, adding `data-qa` attributes make it more easy.

@@ -11,0 +13,0 @@ They would only need to get the element like that:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc