https://github.com/crishellco/vue-hubble
Vue test selectors made easy
https://github.com/crishellco/vue-hubble
Last synced: about 1 month ago
JSON representation
Vue test selectors made easy
- Host: GitHub
- URL: https://github.com/crishellco/vue-hubble
- Owner: crishellco
- Created: 2019-03-30T06:50:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T16:52:39.000Z (about 1 month ago)
- Last Synced: 2026-01-19T22:53:09.698Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://vue-hubble.crishell.co/
- Size: 7.56 MB
- Stars: 12
- Watchers: 0
- Forks: 5
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue-hubble - A better way to select elements for UI testing in Vue. (Components & Libraries / Dev Tools)
- fucking-awesome-vue - vue-hubble - A better way to select elements for UI testing in Vue. (Components & Libraries / Dev Tools)
- awesome-vue - vue-hubble - A better way to select elements for UI testing in Vue. (Dev Tools [🔝](#readme))
- awesome-vue - vue-hubble - A better way to select elements for UI testing in Vue. (Dev Tools / Test)
- awesome-vue - vue-hubble - A better way to select elements for UI testing in Vue. (Components & Libraries / Dev Tools)
README
# 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 .
## 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)
