https://github.com/mojotech/pioneer
Integration Testing
https://github.com/mojotech/pioneer
Last synced: over 1 year ago
JSON representation
Integration Testing
- Host: GitHub
- URL: https://github.com/mojotech/pioneer
- Owner: mojotech
- License: mit
- Created: 2013-11-15T15:22:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T10:15:59.000Z (over 7 years ago)
- Last Synced: 2025-04-02T19:04:15.999Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 473 KB
- Stars: 525
- Watchers: 46
- Forks: 34
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
**This project is no longer actively maintained. If you'd like to help out, get in touch!**
Pioneer
Integration tests made easy.
Pioneer provides an abstraction layer between your integration tests and your DOM markup, DRYing up your step definitions and consolidating how people interact with the DOM in tests.
# Installing
npm install pioneer --save-dev
# Get Started
### [Read the guide](docs/getting_started.md)
### [Watch the video](https://www.youtube.com/watch?v=ZRYcTzgtQRI)
# Docs
* [Global Variables](docs/globals.md)
* [Widget](docs/widget.md)
* [Widget.List](docs/list.md)
* [Widget.Form](docs/form.md)
* [Step Helpers](docs/step_helpers.md)
* [Command Line Options](docs/command_line.md)
* [Configuration File](docs/config_file.md)