Commit graph

35 commits

Author SHA1 Message Date
Benjamin Pasero ddbda4c196
tests - enable crash reporter for electron based unit tests
//cc @deepak1556
2021-11-19 11:12:53 +01:00
Connor Peet 950ad4ffec
colors: add support for exporting colors
Make color definitions introspectable, where previously there was data
hidden in closures. This allows colors to be exported and used in
other tools.
2021-06-01 13:07:25 -07:00
ChaseKnowlden e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Benjamin Pasero 5393954877 tests - have a test/unit folder 2020-02-07 09:51:28 +01:00
Benjamin Pasero a62ea90c35
build - enable ELECTRON_ENABLE_LOGGING again on Linux (#80192) 2019-09-02 09:30:31 +02:00
Joao Moreno fdcecb53e6 remove package.json electronVersion 2017-11-16 14:43:41 +01:00
Daniel Imms 1bf7d177d9 Clean up 2017-07-25 19:40:26 -07:00
Daniel Imms e65426f473 Remove loader snapshot 2017-07-25 17:16:07 -07:00
Daniel Imms 7bed98ea39 Set errorlevel to 0 if it's 255 2017-07-25 14:40:35 -07:00
Joao Moreno 063396d1cc improve win32 tfs scripts 2017-05-10 12:11:50 +02:00
Johannes Rieken 8a73c7d0b4 renames: test -> test-mocha and test-electron -> test 2017-04-04 17:03:39 +02:00
Benjamin Pasero 97bef4bdc6 Update to electron 1.4.x (#15298)
* electron 1.4.6

* fix broken DND image feedback

* OSS input

* remove cat.exe as it is no longer needed

* update electron.d.ts

* set new ELECTRON_NO_ASAR environment for forked processes

* Automatically enable high contrast theme when enabled in Windows (fixes #15360)
2016-11-14 14:27:53 +01:00
Alex Dima 5a54dad1ca I can't see the test output due to bad ANSI code handling 2016-09-21 11:52:47 +03:00
Benjamin Pasero dff1153946 windows: dot reporter is better given our cat.exe workaround 2016-09-16 11:09:00 +02:00
Benjamin Pasero 605857e345 force colors when running mocha tests on windows 2016-09-16 08:33:02 +02:00
Benjamin Pasero 6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Benjamin Pasero 6a720e153e try to get output for tests on appveyor 2016-09-02 07:43:02 +02:00
Joao Moreno 838ada3612 make code launchers specific on the flavor 2016-08-09 17:13:08 +02:00
Joao Moreno a8e9286f46 fix build 2016-08-09 15:26:47 +02:00
Benjamin Pasero 0525466708 back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-07-08 16:12:10 +02:00
Benjamin Pasero 5d1affed4b ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-07-02 08:39:01 +02:00
João Moreno 505e954a4f only disable console attachment when in TFS 2016-03-03 17:20:48 +01:00
Joao Moreno 2139bfece6 refactor 2016-03-03 11:26:05 +01:00
Joao Moreno 3249f6960e make batch file return non zero on test fail 2016-03-03 11:17:48 +01:00
Joao Moreno d4083f3dac use ELECTRON_NO_ATTACH_CONSOLE 2016-03-03 11:00:56 +01:00
Joao Moreno 8c34045f0f use start 2016-03-03 10:50:52 +01:00
Joao Moreno 5705c820bb remove echo off from tests 2016-03-03 10:33:05 +01:00
Alex Dima 3e78859e24 Don't leak env variables from batch files 2016-02-18 16:50:53 +01:00
Joao Moreno d46c0646f2 move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-02-15 11:07:22 +01:00
Joao Moreno 4821ad5f43 use ELECTRON_RUN_AS_NODE 2016-02-12 12:43:24 +01:00
João Moreno 2db3302987 do not rename electron.exe 2016-01-13 11:15:03 +01:00
João Moreno c0b229aadb fix test.bat 2016-01-11 16:14:37 +01:00
Benjamin Pasero 059e335427 Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE"
This reverts commit 37dbbb3573.
2016-01-08 17:32:21 +01:00
Benjamin Pasero 37dbbb3573 ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-01-05 16:32:32 +01:00
Joao Moreno 00865464d2 scripts/test
#1523
2016-01-04 12:35:35 +01:00