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

https://github.com/mojotech/pioneer

Integration Testing
https://github.com/mojotech/pioneer

Last synced: over 1 year ago
JSON representation

Integration Testing

Awesome Lists containing this project

README

          

**This project is no longer actively maintained. If you'd like to help out, get in touch!**

Pioneer









Chat




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)