crishellco/vue-hubble

View on GitHub
README.md

Summary

Maintainability
Test Coverage
<p align="center"><a href="https://vue-hubble.crishell.co/" target="_blank" rel="noopener noreferrer"><img src="docs/src/.vuepress/public/assets/img/logo.png"></a><br></p>

<p align="center">
  <img src="https://github.com/crishellco/vue-hubble/actions/workflows/node-ci.yml/badge.svg?branch=master" alt="Build">
  <a href="https://codecov.io/gh/crishellco/vue-hubble"><img src="https://codecov.io/gh/crishellco/vue-hubble/branch/master/graph/badge.svg?token=IKcXpNL84k" alt="codecov"></a>
  <a href="https://codeclimate.com/github/crishellco/vue-hubble/maintainability"><img src="https://api.codeclimate.com/v1/badges/e1f2536b9be3c32e6fef/maintainability" alt="Maintainability"></a>
  <br>
</p>

# Vue Hubble

Vue test selectors made easy.

Vue Hubble makes it simple to add selectors (only in your testing environment)
and target component elements in tests without worrying
about collisions, extraneous classes, etc.

Check out the [demo](http://vue-hubble-demo.crishell.co)

## Table of Contents

* [Documentation](#documentation)
* [How to Contribute](#how-to-contribute)
  * [Pull Requests](#pull-requests)
* [License](#license)

## Documentation

Please visit <https://vue-hubble.crishell.co/>.

## How to Contribute

### Pull Requests

1. Fork the repository
1. Create a new branch for each feature or improvement
1. Please follow [semantic-release commit format](https://semantic-release.gitbook.io/semantic-release/#commit-message-format)
1. Send a pull request from each feature branch to the __develop__ branch

## License

[MIT](http://opensource.org/licenses/MIT)