0.0
No commit activity in last 3 years
No release in over 3 years
Point your application to mobe-server to mock out the back end. This is ideal for unit testing the front end of your application using a tool like Selenium.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

MOBE Build Status

MOBE (/mō-bē /) stands for Mock Out Back End. It is inspired by MSL. This tool allows a user to unit test the front end without relying on a back end, making tests faster and more reliable. It also allows to test API contracts.

This client is made to be used with mobe-server.

Releases

Release 0.0.7

Contributing

Thank you for taking the time to contribute.

MOBE follows the Contributer Code of Conduct. By creating a pull request, an issue, or commenting in the mobe-server repository, you agree to those terms.

If you want to contribute, here's how:

  • Create a GitHub account
  • Submit a ticket in GitHub project
    • I will assign you to the ticket once the ticket is approved.
  • Fork the repository in GitHub
  • Make your changes
  • Test your code
    • npm test
  • Make a pull request
  • Include reference to the ticket
  • After review, the pull request will be merged to the master

All communication will happen within GitHub. Please log defects or enhancements as issues.

Installing MOBE Client

Include 'mobe-client' in your Gemfile, gem mobe-client, or gem install mobe-client.

Documentation

http://www.rubydoc.info/gems/mobe-client/0.0.6/toplevel

License Type

MOBE project is licensed under The MIT License.