Michael Teeuw
d35f2c4a4f
Merge pull request #681 from qistoph/testing
...
Testing
2017-02-07 12:02:40 +01:00
Michael Teeuw
e5d5c5f9a7
Merge pull request #679 from EdgardosReis/patch-1
...
Update pt.json
2017-02-07 12:01:39 +01:00
Rodrigo Ramírez Norambuena
6fcaec3ca8
add test parts of day for compliments module
2017-02-06 00:28:08 -03:00
Kyle Carson
a2892ad097
Update Readme and changelog
2017-02-05 19:29:35 -06:00
Kyle Carson
79c79146a5
Support anytime
compliment group.
2017-02-05 19:28:42 -06:00
Kyle Carson
cd37ba308c
Merge remote-tracking branch 'MichMich/develop' into develop
2017-02-05 19:19:58 -06:00
fewieden
b35c0f7e39
update changelog
2017-02-06 02:08:59 +01:00
fewieden
14b1b649cb
bugfix
2017-02-06 01:19:03 +01:00
Chris van Marle
14c0307c09
Fix grunt error
2017-02-05 12:26:42 +01:00
Chris van Marle
42f22119f2
Add test for 'dev' argument
2017-02-05 11:38:01 +01:00
LAPTOP-KAUR\race2
75f4771616
Added estonian translations
2017-02-05 05:12:31 +02:00
Rodrigo Ramírez Norambuena
83f7cb2033
fix when is set dev parameter option in "npm start dev".
...
issue #684
2017-02-03 19:26:49 -03:00
EdgardosReis
43a4c6198c
Update pt.json
2017-02-03 15:41:11 +00:00
EdgardosReis
8c2fafecd7
Update pt.json
...
removed comments
2017-02-03 15:40:33 +00:00
Chris van Marle
d004c0ccd1
Split translation key testing
...
All keys in a translation file should be in the base file (en.json).
When there are keys in the base file that are not in a translation,
the translation file test is skipped.
2017-02-03 10:10:03 +01:00
Chris van Marle
406ae4e8c3
Skip translation test on fail
2017-02-02 14:28:59 +01:00
Chris van Marle
cd8bee1371
Run App in vm
2017-02-02 10:32:35 +01:00
Chris van Marle
123392c549
Translations test
2017-02-02 10:32:06 +01:00
EdgardosReis
42ffe213fd
Update pt.json
2017-02-02 00:04:48 +00:00
Michael Teeuw
fd738e5c8b
Merge pull request #677 from roramirez/test-displayseconds-false-clock
...
add test with displaySeconds config disabled for clock module
2017-02-01 17:00:53 +01:00
Rodrigo Ramírez Norambuena
6f95b2c2ad
add test with displaySeconds config disabled for clock module
2017-02-01 14:33:17 -03:00
Michael Teeuw
f66c2b078c
Merge pull request #678 from roramirez/test-e2e-es-clock
...
Test e2e es clock
2017-02-01 17:00:33 +01:00
Rodrigo Ramírez Norambuena
c6f5c120ba
add tests clock module variant language es
2017-02-01 14:12:27 -03:00
Michael Teeuw
677e93430d
Merge pull request #675 from roramirez/run-travis-all-tests
...
Run tests e2e in Travis
2017-02-01 07:45:50 +01:00
Michael Teeuw
a9a90c5545
Merge pull request #676 from roramirez/hotfix/MM_PORT
...
hotfix PL #673
2017-02-01 07:45:28 +01:00
Rodrigo Ramírez Norambuena
ee0418e719
hotfix PL #673
2017-01-31 22:08:38 -03:00
Rodrigo Ramírez Norambuena
6fc1141477
Run tests e2e in Travis
2017-01-31 18:38:25 -03:00
Michael Teeuw
b02920c43c
Merge pull request #674 from morozgrafix/test_branch
...
Restructured Test Suite
2017-01-31 21:52:53 +01:00
Michael Teeuw
049d249609
Merge pull request #673 from bastilimbach/feature/docker
...
Added Docker support for server only mode
2017-01-31 21:51:58 +01:00
Sergey Morozov
fc2a554415
fix for 12hr regex
...
thanks to @roramirez for testing and catching it.
2017-01-31 12:24:11 -08:00
Sebastian Limbach
42b806b500
Fixed whitespace
2017-01-31 21:19:37 +01:00
Rodrigo Ramírez Norambuena
aeb3ccaf09
Remove extra spaces and lines in tests.
2017-01-31 17:02:18 -03:00
Sergey Morozov
86fdd91597
Restructured Test Suite
...
- separated tests into e2e and unit directories
- created configs directory structure to support test framework
- added/modified `npm run test`, `npm run test:unit` and `npm run test:e2e` to target all, unit and e2e tests respectively
- modified some of the test names to be more descriptive
New structure of the Test Suite has following directory tree:
```
tests
├── configs
│ ├── env.js
│ └── modules
│ ├── clock
│ │ ├── clock_12hr.js
│ │ ├── clock_24hr.js
│ │ └── clock_showPeriodUpper.js
│ └── helloworld
│ └── helloworld.js
├── e2e
│ ├── env_spec.js
│ └── modules
│ ├── clock_spec.js
│ └── helloworld_spec.js
└── unit
├── functions
│ └── cmp_versions_spec.js
└── global_vars
└── root_path_spec.js
```
2017-01-31 11:08:53 -08:00
Sebastian Limbach
e68fea185d
Merge branch 'develop' into feature/docker
2017-01-31 19:48:38 +01:00
Sebastian Limbach
a3eaf9f473
Fixed typos and some description changes
2017-01-31 19:41:42 +01:00
Sebastian Limbach
e6a2b9f06e
Added the Docker support changes to changelog
2017-01-31 19:40:49 +01:00
Sebastian Limbach
a78973702b
Added Docker install documentation
2017-01-31 16:36:01 +01:00
Sebastian Limbach
354b745c39
Added Docker support
2017-01-31 11:41:40 +01:00
Michael Teeuw
ce6cd6acdc
Merge pull request #670 from roramirez/translation-check
...
Translation check
2017-01-31 08:44:10 +01:00
Michael Teeuw
8e129143f1
Merge pull request #671 from Nosrac/develop
...
Support calendar-specific maximumEntries and maximumNumberOfDays
2017-01-31 08:42:50 +01:00
Michael Teeuw
6d50cbba6f
Merge pull request #672 from morozgrafix/test_branch
...
Add missing 'chai-as-promised' dependency
2017-01-31 08:41:54 +01:00
Sergey Morozov
7731878f36
Add missing 'chai-as-promised' dependency
...
When I attempted to run e2e tests I got following error:
```
$npm run test:e2e
> magicmirror@2.1.1 test:e2e /Users/sergeym/localDev/MagicMirror
> ./node_modules/mocha/bin/mocha tests/e2e --recursive
module.js:471
throw err;
^
Error: Cannot find module 'chai-as-promised'
...
```
Adding `chai-as-promised` to `package.json` and running npm install fixes it.
2017-01-30 15:33:23 -08:00
Kyle Carson
9f659eef1b
Fix formatting
2017-01-30 16:35:21 -06:00
Kyle Carson
14cc642e54
Support calendar-specific maximumEntries and maximumNumberOfDays
2017-01-30 16:26:42 -06:00
Michael Teeuw
c47852cd0a
Merge pull request #661 from artifactdev/master
...
Color options for calendar and weather forecast
2017-01-30 20:56:34 +01:00
Michael Teeuw
c3bfaa31ee
Merge branch 'develop' into master
2017-01-30 20:55:53 +01:00
Michael Teeuw
832505a315
Merge pull request #669 from roramirez/test-e2e
...
Test e2e
2017-01-30 20:55:25 +01:00
Rodrigo Ramírez Norambuena
cb71667336
Use jsonlint task to check translation files
2017-01-30 13:36:22 -03:00
Rodrigo Ramírez Norambuena
1032e97d58
Fix string russian translation module alert
2017-01-30 13:32:52 -03:00
Rodrigo Ramírez Norambuena
b4271da13e
add translations/translations.js eslint check
2017-01-30 13:17:36 -03:00