Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/crishellco/vue-hubble

Vue test selectors made easy
https://github.com/crishellco/vue-hubble

Last synced: about 2 months ago
JSON representation

Vue test selectors made easy

Lists

README

        



Build
codecov
Maintainability


# 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)

---
**NOTE**

This version works with Vue 3.x only.

---

## Table of Contents

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

## Documentation

Please visit .

## 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)