Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
- ???