Merge pull request #674 from morozgrafix/test_branch

Restructured Test Suite
This commit is contained in:
Michael Teeuw
2017-01-31 21:52:53 +01:00
committed by GitHub
13 changed files with 217 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Show the splash screen image even when is reboot or halted.
- Added some missing translaton strings in the sv.json file.
- Run task jsonlint to check translation files.
- Restructured Test Suite
### Added
- Added Docker support (Pull Request [#673](https://github.com/MichMich/MagicMirror/pull/673))
@@ -39,6 +40,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add test e2e helloworld
- Add test e2e enviroment
- Add `chai-as-promised` npm module to devDependencies
- Basic set of tests for clock module
### Fixed
- Update .gitignore to not ignore default modules folder.