rc-tests
v0.1.0
Published
tests ui component for react
Downloads
3
Maintainers
Readme
rc-tests
React Tests Component
Browser Support
| | | | | | | --- | --- | --- | --- | --- | | IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
Screenshots
Development
npm install
npm start
Example
http://localhost:9000/examples/
online example: http://react-component.github.io/tests/examples/
Feature
- support ie8,ie8+,chrome,firefox,safari
Keyboard
install
Usage
var Tests = require('rc-tests');
var React = require('react');
React.render(<Tests />, container);
API
props
Test Case
http://localhost:9000/tests/runner.html?coverage
Coverage
http://localhost:9000/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:9000/tests/runner.html?coverage
License
rc-tests is released under the MIT license.