Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/igorfachini/mocha-test-example

Separate mocha tests in multiple files and share result by test to another test in another file.
https://github.com/igorfachini/mocha-test-example

mochajs modules testing unittest

Last synced: 3 days ago
JSON representation

Separate mocha tests in multiple files and share result by test to another test in another file.

Awesome Lists containing this project

README

        

### Mocha Unit Test

Exemplo não oficial de importar varios arquivos de testes em um unico arquivo.
Alem de poder passar resultado de testes para outros testes de outro arquivos.

## Setup and Run
Executar
```
yarn
yarn mocha
````

# Screenshots
- Estrutura do código visual

![Estrutura do código visual](./doc/mocha%20test%20structure.png)

- Exemplo do Resultado no terminal

![Exemplo do Resultado no terminal](./doc/full%20terminal%20test.png)