Rodrigo Ramírez Norambuena
a6ee20fca4
Merge remote-tracking branch 'roramirez_github/develop' into default-hello-world
2017-08-20 22:49:13 -03:00
Rodrigo Ramírez Norambuena
947c2e556d
Add test e2e showWeek feature in spanish language.
2017-04-09 15:32:15 -03:00
Rodrigo Ramírez Norambuena
4b83722a66
Merge remote-tracking branch 'roramirez_github/develop' into newsfeed_test_case
2017-04-03 15:20:24 -03:00
Rodrigo Ramírez Norambuena
636dbe5b95
Globing pattern test grunt ( #1 )
...
* Fix Matching patterns tests directories Grunt task of eslint
* Fix eslint errors in testsuite.
* Format one line per file in src section in Gruntfile.js
2017-04-03 16:47:22 +02:00
Johan Hammar
f4509e24c6
Added a week section to the clock module
2017-03-28 22:02:30 +02:00
Michael Teeuw
8df9549a42
Merge pull request #794 from roramirez/test-position-modules
...
Add test module position using helloworld
2017-03-28 12:52:57 +02:00
Rodrigo Ramírez Norambuena
daad8bca69
Add test e2e helloworld module with default config text.
2017-03-26 17:36:45 -03:00
Rodrigo Ramírez Norambuena
ccf612f536
Add sample xml rss feed from Blog's RodrigoRamirez.com
2017-03-10 20:38:18 -03:00
Rodrigo Ramírez Norambuena
72d18fd7e1
Add test module position using helloworld
...
Also is using a configuration with "exotic content"
2017-03-10 17:52:40 -03:00
Rodrigo Ramírez Norambuena
6802873cd1
Add test module calendar fail basic auth
2017-03-10 16:50:25 -03:00
Rodrigo Ramírez Norambuena
b129fe908c
Test check backward backward compatibility authentication method basic
...
on calendar module
Fix travis basic-auth server
2017-03-10 04:47:57 -03:00
Rodrigo Ramírez Norambuena
f5c57e84c7
Add test calendar without auth method. Should be set by default basic.
2017-03-10 04:36:09 -03:00
Rodrigo Ramírez Norambuena
ceb4ef2642
Add test basic-auth
2017-03-10 04:33:27 -03:00
Rodrigo Ramírez Norambuena
1c235aa761
Add test default calendar
2017-03-10 04:31:26 -03:00
Rodrigo Ramírez Norambuena
db87f9e15b
init sample test case newsfeed_spec
2017-02-20 08:19:36 -03:00
Rodrigo Ramírez Norambuena
474695643f
Second test case anytime feature module compliments
...
Suggested by @fewieden PL #725
2017-02-20 04:59:15 -03:00
Rodrigo Ramírez Norambuena
97ab88b39a
Modified test compliments anytime this follow configuration:
...
{
morning: [],
afternoon: [],
evening: [],
anytime: ["Anytime here"]
}
2017-02-20 01:52:07 -03:00
Rodrigo Ramírez Norambuena
1a296a8ca1
Test anytime compliments module.
...
feature introduced 79c79146a5df730cb8e8eee1cc1008639a2c21c7
2017-02-18 23:38:39 -03:00
Rodrigo Ramírez Norambuena
03f5d9b102
Split test for parts of day in compliments module
2017-02-07 16:49:07 -03:00
Rodrigo Ramírez Norambuena
6fcaec3ca8
add test parts of day for compliments module
2017-02-06 00:28:08 -03: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