Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traa/inbrowser-test
Enzyme, webpack, mocha, chai, react, babel, es6
https://github.com/traa/inbrowser-test
Last synced: about 1 month ago
JSON representation
Enzyme, webpack, mocha, chai, react, babel, es6
- Host: GitHub
- URL: https://github.com/traa/inbrowser-test
- Owner: traa
- Created: 2016-04-29T12:48:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T21:35:25.000Z (over 8 years ago)
- Last Synced: 2024-11-06T20:49:16.024Z (3 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### Warnings
This software is not fully tested, so probably, you will face some issues with some tests. Not tested on widgets.## Installation
```
npm install
```## Dependencies
This PR: [#703](https://github.com/moovweb/moovcheckout-catalyst/pull/703)## Starting
```
npm run dev
```And then visit
[http://localhost:7700](http://localhost:7700)#### How it looks like:
![Screenshot of tests](http://funkyimg.com/i/2bgU9.png)## Features
- Hot module replacement
- Sourcemaps
- Possibility to run only one test or test suite
- In-browser debugging
- Fast test recompile
- Fancy UI!## Known issues
- Issues with tests that are not using enzyme
- Issue with `elementIsInViewport` function
- ???