Kristjan SCHMIDT
a5668b1b99
Magic Mirror -> MagicMirror²
...
Consistent spelling
2022-01-26 23:09:26 +01:00
Karsten Hassel
997aec8cc2
remove default values from test configs
2021-09-29 21:12:03 +02:00
Karsten Hassel
f750436b64
update module clock_es
2021-09-26 22:09:41 +02:00
Karsten Hassel
a4a8504558
update module clock
2021-09-26 22:02:29 +02:00
rejas
c41fff8f5c
Add test for showTime parameter
2021-08-29 20:00:42 +02:00
Karsten Hassel
e75e4e2284
use process.cwd() for correct path
2021-07-14 00:12:59 +02:00
Karsten Hassel
9aa0af4f9c
factory again
2021-07-05 22:07:33 +02:00
karsten13
209e049893
run prettier
2021-07-05 19:51:18 +02:00
Karsten Hassel
bbb3accf0c
use factory
2021-07-05 19:45:58 +02:00
Karsten Hassel
a7ae79493d
refactor test config
2021-07-05 00:35:28 +02:00
karsten13
f945d50c0d
run prettier
2021-07-04 19:21:17 +02:00
Karsten Hassel
ad13de3588
update electron to v13
2021-07-04 17:46:22 +02:00
rejas
d736dd92be
Use es6 notation in tests
2021-04-18 14:51:28 +02:00
rejas
ef2ff50089
Use es6 notation in clock module
2021-04-17 16:29:38 +02:00
Karsten Hassel
059b87bbb4
bump electron to v11
2021-01-30 21:58:49 +01:00
rejas
45f09dcc8c
Add test for analog clock face
2020-09-02 13:42:35 +02:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
rejas
14aa4036e0
Some spelling and doc fixes
2020-04-22 22:09:31 +02:00
Rodrigo Ramírez Norambuena
947c2e556d
Add test e2e showWeek feature in spanish language.
2017-04-09 15:32:15 -03:00
Johan Hammar
f4509e24c6
Added a week section to the clock module
2017-03-28 22:02:30 +02: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
Rodrigo Ramírez Norambuena
c6f5c120ba
add tests clock module variant language es
2017-02-01 14:12:27 -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