Marc Durdin
9f153ecc17
chore(common): cleanup sh global color variables
...
Some of the global color variables in shellHelperFunctions.sh were a
little dangerously named. This cleans that up and removes a couple of
redundant functions from other locations.
mac/bashHelperFunctions.sh should be removed and replaced with
references to shellHelperFunctions.sh -- but I wanted to leave that for
a separate branch.
2022-03-10 10:12:09 +11:00
Marc Durdin
5fac633fb6
fix(common): build script help param
...
When working on a new build script, I tripped over the `-?` question
mark help parameter here, as it needs to be escaped. Opted to fix all
the instances in our scripts, although AFAICT there would not have been
current bugs arising from this, as there were no conflicting one
character options lower in the case list.
2021-05-28 09:50:40 +10:00
jahorton
25277eaa0e
chore(common/core/web): Merge branch 'master' into feat/common/core/web/input-processor-unit-tests
2020-11-10 08:27:15 +07:00
jahorton
905300b114
change(web): adds set -e to test.sh
2020-10-09 16:08:00 +07:00
jahorton
764f4294c3
feat(common/core/web): input processor unit test setup
2020-10-07 12:04:45 +07:00
jahorton
47fac74d97
fix(web): unit test script failure on compilation failures
2020-09-21 10:11:59 +07:00
jahorton
1fea969719
change(web): better recorder build management
2020-05-01 08:06:12 +07:00
jahorton
abe0da911d
change(web/engine): addresses PR review concerns
2020-04-30 08:40:46 +07:00
jahorton
3718841ff7
chore(web/engine): updates change in build option name
2020-04-29 16:43:41 +07:00
jahorton
7970138b19
fix(web): fixes path for keyboard-processor unit test call
2020-04-29 16:17:35 +07:00
jahorton
cf3a7e4efe
fix(web/engine): headless tests may trigger KMW test script fail
2020-04-29 16:17:34 +07:00
jahorton
d072af7af6
feat(web/engine): links KeyboardProcessor tests in CI test script
2020-04-29 16:17:34 +07:00
jahorton
efe440c659
fix(web): unit test reporting stability
2019-11-27 09:53:42 +07:00
Joshua A. Horton
4e1b72323f
Finishes basic unit-tests for TouchAliasElement.
2019-01-27 21:10:13 +07:00
Joshua A. Horton
fe06a01fc1
Starts development of touch-alias unit-testing.
2019-01-27 18:49:45 +07:00
Marc Durdin
0daab7130e
Fixup cmdline
2018-07-06 14:43:51 +07:00
Marc Durdin
7a7c6851f7
Test debug log for karma - try to find out why it is falling over
2018-07-06 14:41:56 +07:00
Joshua A. Horton
6970c86477
Relocates the recorder into the general /source/ directory + ties its build into the test command.
2018-02-13 09:46:23 +07:00
Joshua A. Horton
737df5372a
Misnamed a variable...
2018-02-07 12:20:26 +07:00
Joshua A. Horton
2e939d107e
Redid the OS check.
2018-02-07 12:11:24 +07:00
Joshua A. Horton
5b7796a7b9
Consolidated the browser differentiation within test.sh as suggested by Darcy.
2018-02-07 12:03:14 +07:00
Joshua A. Horton
00d6238fec
Polish and cleanup.
2018-02-07 10:58:19 +07:00
Joshua A. Horton
386cc3cf49
Creates separate browser testing configs for win, mac, and linux.
2018-01-29 16:00:24 +07:00
Joshua A. Horton
adb38ff13b
Implements testing over a more robust set of browsers.
2018-02-06 12:37:42 +07:00
Joshua A. Horton
b154dbc566
A basic, initial set of tests with the infrastructure necessary to link nicely with our TeamCity CI.
2018-02-05 15:15:10 +07:00
Joshua A. Horton
6a32d91941
Further infrastructure setup; the new pattern allows deliberate reloading of KMW.
2018-02-05 12:52:05 +07:00