Jonathan Budzenski
|
49c856712c
|
[functional testing] Add dev mode
|
2015-09-11 14:08:35 -05:00 |
|
Matt Bargar
|
f9f0a9f163
|
give the test config its own esvm directory that it can purge as much as it likes
|
2015-09-10 19:44:56 -04:00 |
|
Matt Bargar
|
03e109f753
|
Use esvm to start and stop elasticsearch for all tests that need it
|
2015-09-10 14:57:54 -04:00 |
|
Jonathan Budzenski
|
d6c9019be5
|
[functional testing] Cleanup, run from npm test
|
2015-09-09 14:57:51 -05:00 |
|
Jonathan Budzenski
|
71dd15ca22
|
[functional testing] Load webdriver
|
2015-09-04 14:11:28 -05:00 |
|
Jonathan Budzenski
|
83a582cdbe
|
[functional testing] Load fixtures
|
2015-09-03 13:39:26 -05:00 |
|
Jonathan Budzenski
|
76d60aec9e
|
[functional testing] Start new instance of kibana
|
2015-09-02 14:56:07 -05:00 |
|
Jonathan Budzenski
|
0d53f5ee13
|
[functional testing] Start new instance of es
|
2015-09-02 14:55:41 -05:00 |
|
Jonathan Budzenski
|
7b8374b7c8
|
Add intern task to grunt and associated npm script
|
2015-09-02 14:07:20 -05:00 |
|
Joe Fleming
|
2e3ba07774
|
generate the test coverage
|
2015-08-24 17:10:21 -07:00 |
|
spalger
|
349ba49b95
|
[grunt/test] just use test:quick rather than relisting it
|
2015-08-19 13:13:16 -07:00 |
|
spalger
|
e5390a66f0
|
[karma] move config into grunt task for client.mocha support
|
2015-08-18 15:36:00 -07:00 |
|
spalger
|
94b1de68a3
|
[grunt] broke test task into chunks, linked from package.json
|
2015-08-18 14:51:31 -07:00 |
|
spalger
|
38ff67b019
|
[grunt test] always start a new server for the tests, added test:dev task
|
2015-08-18 13:32:44 -07:00 |
|
spalger
|
2f416a5ad2
|
simplify elasticsearch proxy creation to prevent a bug that creates a .kibana type
|
2015-08-12 17:26:07 -07:00 |
|
spalger
|
cd5b6656aa
|
fixed the test bundling
|
2015-08-07 11:49:56 -07:00 |
|
spalger
|
e977e642d5
|
switch from eslint cli to gruntify-eslint
|
2015-08-03 09:35:31 -07:00 |
|
Rashid Khan
|
79dcc9acf0
|
add jscs rules to eslint
|
2015-08-01 14:46:53 -07:00 |
|
Rashid Khan
|
9d4de5e87a
|
Revert "add jscs rules to eslint"
This reverts commit cfde0e5a01 .
|
2015-08-01 14:34:36 -07:00 |
|
spalger
|
cfde0e5a01
|
add jscs rules to eslint
|
2015-07-31 19:50:47 -07:00 |
|
spalger
|
e0d78a8475
|
switch to eslint
|
2015-07-31 17:16:09 -07:00 |
|
spalger
|
f9897a3773
|
added grunt tasks for jenkins and travis
|
2015-07-28 09:45:10 -07:00 |
|
spalger
|
0f6d59e258
|
remove license checking from test script
|
2015-07-27 17:34:33 -07:00 |
|
spalger
|
7fe7ff5fc1
|
mocha => karma
|
2015-07-27 17:24:07 -07:00 |
|
spalger
|
cfc398b37d
|
remove bower, nice people matter
|
2015-07-27 17:13:45 -07:00 |
|
spalger
|
2bcf846993
|
get the server tests passing again
|
2015-07-26 10:05:57 -07:00 |
|
Spencer Alger
|
91f0e125e8
|
fix status and devServer grunt tasks
|
2015-06-25 13:40:15 -07:00 |
|
Spencer Alger
|
dc0f6bb2b6
|
Merge branch 'master' of github.com:elastic/kibana into pr/4114
|
2015-06-05 11:06:11 -07:00 |
|
Spencer Alger
|
ec9ddb7232
|
[testing] remove saucelabs runner and utils
|
2015-06-04 16:22:30 -07:00 |
|
Rashid Khan
|
20b261d9d6
|
Add to grunt test
|
2015-06-04 14:15:10 -07:00 |
|
Spencer Alger
|
da16712f7b
|
Merge branch 'master' of github.com:elastic/kibana into add/jscs
|
2015-04-01 16:22:50 -07:00 |
|
Spencer Alger
|
f559d2ed20
|
[grunt/less] added source maps to dev less build
|
2015-03-24 17:08:24 -07:00 |
|
Spencer Alger
|
deff9b63b1
|
[jscs] setup
|
2015-02-07 13:49:38 -07:00 |
|
Chris Cowan
|
22bfd9e079
|
Merge branch 'master' of github.com:elasticsearch/kibana into feature/config-migration
Conflicts:
package.json
src/server/routes/proxy.js
tasks/test.js
|
2015-01-28 13:17:40 -07:00 |
|
Chris Cowan
|
2bed1807d1
|
Adding esvm to test for travis
|
2015-01-23 19:08:03 -07:00 |
|
Chris Cowan
|
da9cdcb104
|
Oops... UNSHIFT not SHIFT
|
2015-01-23 12:25:45 -07:00 |
|
Chris Cowan
|
b42ec9fc53
|
Closes #2377 - Migrate config from > GA
- Closes #2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
|
2015-01-23 12:12:53 -07:00 |
|
Chris Cowan
|
fb984758ec
|
Adding esvm to test for travis
|
2015-01-23 12:11:24 -07:00 |
|
Chris Cowan
|
2b9802030c
|
Closes #2377 - Migrate config from > GA
- Closes #2377
- Added testing framework for server side tests
- Fixed jshint
- Added config migration
- Added framework for server initialization
|
2015-01-23 11:34:29 -07:00 |
|
Spencer Alger
|
94ff1e9ead
|
removed the dev server and cleaned up package.json
|
2015-01-20 11:15:31 -07:00 |
|
Chris Cowan
|
0bbcef13b6
|
Fixing the server starts
|
2015-01-19 14:29:05 -07:00 |
|
Spencer Alger
|
bc7daf9ac6
|
remove 'write global state' to url all over the place
|
2014-10-01 17:38:35 -07:00 |
|
Joe Fleming
|
bac6b65aa3
|
add a quick-test grunt task that skips the hinting and jumps right to mocha
|
2014-09-19 16:05:46 -07:00 |
|
Joe Fleming
|
f163fce4f0
|
fix sauce runner conditional, allow override with flag
|
2014-09-19 16:04:23 -07:00 |
|
Joe Fleming
|
95e7339a38
|
colorize phantom message
|
2014-09-16 14:16:36 -07:00 |
|
Joe Fleming
|
467d7c979e
|
fall back to phantom on travis if sauce key is not set
|
2014-09-16 14:07:33 -07:00 |
|
Joe Fleming
|
008786e9b3
|
debugging - sauce key output
|
2014-09-16 13:58:45 -07:00 |
|
Joe Fleming
|
94e55f3f67
|
check for sauce key when running on travis, abort if missing
|
2014-09-16 13:50:01 -07:00 |
|
Spencer Alger
|
c5cf9b6b21
|
derp
|
2014-09-15 13:44:17 -07:00 |
|
Spencer Alger
|
212104dce2
|
updated saucelabs config to include additional browsers
|
2014-09-15 09:42:59 -07:00 |
|