Michel Kaporin
891adacb7a
Updated instructions to add new area and test
2017-06-02 11:16:10 +02:00
Michel Kaporin
e4c130c36a
Moved contribution section to readme.
2017-06-01 15:50:23 +02:00
Michel Kaporin
0803f7cef2
Removed wait from the test. Ref #27841
2017-06-01 14:36:29 +02:00
Michel Kaporin
bed537a416
Added waiting to give enough time for VS Code to type the text in the editor.
2017-06-01 14:27:26 +02:00
Michel Kaporin
100f70c3fb
Fixes #27604 .
2017-05-31 15:30:00 +02:00
Michel Kaporin
06d60228fd
Added description on how to debug smoke test.
2017-05-31 15:27:50 +02:00
Michel Kaporin
e70d11da0b
Triple equals for keybinding find.
2017-05-31 09:38:24 +02:00
Michel Kaporin
c1d3334fc2
Close any notifications before clicking on the tab. Fixes #27606 .
2017-05-31 09:35:07 +02:00
Michel Kaporin
26d85e8ac7
Toggle full screen for reading out output console due to editor redrawing div elements.
2017-05-30 16:55:32 +02:00
Michel Kaporin
7a7965a93e
Run over clean extensions directory for data migration tests. Fixes #27537 .
2017-05-30 14:47:40 +02:00
Michel Kaporin
5199dddb6f
Allowed more time for build task to prevent native dialog popup that blocks the test. Added missing comma in search test.
2017-05-29 17:14:31 +02:00
Michel Kaporin
109435f8cf
Fixed path to module.
2017-05-29 16:19:04 +02:00
Michel Kaporin
d9b33cf00a
Attempt to fix git test 'element not visible' error.
2017-05-29 15:44:13 +02:00
Michel Kaporin
632837a870
Added debug log to find out where Windows build fails.
2017-05-29 14:46:27 +02:00
Michel Kaporin
a41a0c007f
Intercept child process exit and exit from the main process as well.
2017-05-29 13:04:06 +02:00
Michel Kaporin
7223e4bfe4
Added wait time for peek widgets to be loaded.
2017-05-29 12:44:49 +02:00
Michel Kaporin
2fa17a91da
Added script to compile.
2017-05-29 09:08:57 +02:00
Michel Kaporin
bc46880513
Code sanity.
2017-05-26 12:56:25 +02:00
Michel Kaporin
0335ea84d6
Updated tasks tests with respect to new Express eslint config. Code cleanup.
2017-05-26 12:56:24 +02:00
Michel Kaporin
c925cfb72c
Modularised tests.
2017-05-26 12:56:24 +02:00
Michel Kaporin
9b73f62ce3
Updated the way to run the smoke test.
2017-05-26 12:56:24 +02:00
Michel Kaporin
c50481255f
Testing build definition.
2017-05-26 12:56:24 +02:00
Michel Kaporin
29c5b3bbda
Changed executable name.
2017-05-26 12:56:23 +02:00
Michel Kaporin
75621d237d
Corrected path to binary.
2017-05-26 12:56:23 +02:00
Michel Kaporin
7e6fb9ffab
Moved to test directory.
2017-05-26 12:56:22 +02:00
Dirk Baeumer
0938fe05a7
Use dot reporter under Windows since spec doesn't handle ANSI color characters due to the fact that tests are executed as an electron app
2017-05-24 09:59:53 +02:00
Johannes Rieken
37b02d8ae4
update test/README
2017-05-22 16:09:58 +02:00
Johannes Rieken
cbb27e8c6a
add runGrep as alias
2017-05-22 13:53:14 +02:00
Johannes Rieken
9e80eade9c
fix test runner doc
2017-05-22 13:52:16 +02:00
Joao Moreno
0ff4498392
👷 proper IPCRunner, IPCReporter for electron mocha test runner
2017-04-28 12:57:14 +02:00
Joao Moreno
fd6cf5f5f5
fixes #25613
2017-04-28 11:42:06 +02:00
Alex Dima
f4bc1c0908
Improve handling of unexpected errors in tests
2017-04-18 10:59:50 +03:00
Joao Moreno
fdf9830d7e
improve test script help
2017-04-12 15:40:08 +02:00
Johannes Rieken
859ee73307
document --runGrep, #23742
2017-04-04 17:06:35 +02:00
Johannes Rieken
e2d30cc1f3
support --runGlob, #23742
2017-04-04 17:00:22 +02:00
Johannes Rieken
c0c5de44d8
add --coverage option #23742
2017-04-04 17:00:22 +02:00
Johannes Rieken
396f25dd4b
document --build option, #23742
2017-04-04 17:00:22 +02:00
Johannes Rieken
a2802f1dbf
add --build option, #23742
2017-04-04 12:19:49 +02:00
Alex Dima
c0b52655ba
Fixes #23183 : Cannot use mocha --run anymore
2017-03-24 22:27:14 +01:00
Johannes Rieken
24590b1d9d
test-electron: don't show window when running without --debug
2017-03-24 10:37:40 +01:00
Johannes Rieken
375bb990ed
test-electron: print test failure to window console too
2017-03-24 10:37:40 +01:00
Johannes Rieken
8a345061c2
test-electron: don't throttle when in background
2017-03-24 10:37:40 +01:00
Rob Lourens
d55d499946
Reinstate textsearch perf test as integration test -
...
- fix its flakiness
- add test-int-mocha so .integrationTest.js files can be run separately from code.sh integration tests.
- make all.js support globs with --run
- Fix #22512
2017-03-22 14:48:49 -07:00
Johannes Rieken
334fcb8e08
Merge branch 'master' into joh/electron4tests
2017-03-09 12:34:03 +01:00
Alex Dima
a3b97734a6
Fixes #21073 : SplitLinesCollection: attempt to access a 'newer' model
2017-02-22 17:11:54 +01:00
Johannes Rieken
c3c6520f83
Merge branch 'master' into joh/electron4tests
2017-02-20 09:54:31 +01:00
Martin Aeschlimann
9f394cd9ea
[html] add tests to test.sh
2017-02-17 19:41:32 +01:00
Johannes Rieken
453ca22559
use constant app data when debugging
2017-02-16 16:07:15 +01:00
Johannes Rieken
b6be51e985
add run option
2017-02-16 14:49:59 +01:00
Johannes Rieken
bb1e72c734
run tests in renderer
2017-02-16 14:25:17 +01:00