Functional testing framework for the MinorJS web framework.
This package is available on npm as:
npm install minorjs-test
- Makes requests to your site with a fast, headless browser.
- Automatically starts and shuts down your HTTP server.
- Uses jQuery-style selectors to access data in the DOM.
- Build your tests with standard tools like Mocha and Should.
- Baked in support for
@manual
and@nozombie
tags in Cucumber tests.
MinorJS Test is purpose-built to test MinorJS web applications. MinorJS is a clustered web framework for Node.js that favors convention over configuration.
While MinorJS Test is written in Javascript, the testing framework happily works with CoffeeScript.
Copyright 2014 Skytap Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Scott Brady (Maintainer)