Commit graph

190 commits

Author SHA1 Message Date
Darcy Wong
20fa22dab6 fix(web): Move code to registerStub 2021-07-05 13:52:16 +07:00
Darcy Wong
d37e48c0cc fix(web): Start fixing registeruStub return 2021-07-02 16:53:23 +07:00
Darcy Wong
1a791bb5f7 fix(web): Fix handling of addKeyboards args 2021-06-30 14:36:17 +07:00
Darcy Wong
5831495294 chore(web): Investigate failing unit test 2021-06-30 12:16:08 +07: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
b711577bee fix(web): fixes attachment test on mobile, removes migrated tests from prior commit 2020-05-01 14:55:19 +07:00
jahorton
914b105b15 feat(web/engine): bulk of engine rule checks now Node-based 2020-05-01 14:40:43 +07:00
jahorton
3e417fa4c4 feat(web/engine): basic store explosion test relocated 2020-05-01 12:32:43 +07:00
jahorton
0e8e32059d chore(web/engine): finalizes deadkey test move 2020-05-01 09:52:59 +07:00
jahorton
f06c94485e change(web): moves KMW test resources to common/core/web/tests/ 2020-05-01 08:10:32 +07:00
jahorton
ddc2701ab9 fix(web): fixes variable-store test 2020-05-01 08:10:32 +07:00
jahorton
d588b8848a feat(web): converts original KMW test definitions to new spec 2020-05-01 08:10:32 +07:00
jahorton
b8aabfdbb4 change(web): more recorder spec renaming 2020-05-01 08:08:49 +07:00
jahorton
bdd41ec696 change(web): recorder: InputEvent -> InputEventSpec 2020-05-01 08:08:49 +07:00
jahorton
4a9f0c292b refactor(web): start of recorder's BrowserProctor 2020-05-01 08:06:55 +07:00
jahorton
5b7bf24c69 fix(web): fixes affected unit tests 2020-05-01 08:06:55 +07:00
jahorton
9d36995856 refactor(web): recorder test set running requires device parameter 2020-05-01 08:06:12 +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
39e44fe4f6 change(web/engine): Converts version unit tests to headless 2020-04-29 16:17:35 +07:00
jahorton
2789d80bae change(web): converts transcription tests to headless 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
7a04baa9a5 change(web/engine): kbdProcessor.core => core.keyboardProcessor 2020-04-06 13:17:32 +07:00
jahorton
8ecacd0476 fix(web): unit test adjustments for new namespacing
fix(web): missed resource
2020-03-26 13:00:45 +07:00
jahorton
38641559f0 test(web): Removes IE from unit-testing 2020-03-25 11:36:26 +07:00
jahorton
da9e866c7c test(web): Patches new unit tests 2020-03-24 13:14:59 +07:00
jahorton
a79b4dfa5e test(web/engine): Adds keystroke-sequence unit test 2020-03-24 12:51:00 +07:00
jahorton
44e3bb3364 test(web/engine): mildly white-box variable-store unit test 2020-03-24 12:51:00 +07:00
jahorton
fdc09c21b8 refactor(web/engine): KeyboardInterface now property of Processor 2020-03-20 20:39:53 +07:00
jahorton
74373627fa fix(web): someone (me) accidentally left Web CI in a testing state 2020-02-20 15:02:12 +07:00
Joshua A. Horton
e5a6778c25 change(web): updates Edge version for testing 2020-02-14 12:15:07 +07:00
jahorton
da1d4fb9dc change(web): Updates lao_2008_basic for unit tests 2020-02-14 10:04:52 +07:00
jahorton
14d9ae911a fix(web): Cleans up PR changes 2019-11-27 11:53:31 +07:00
jahorton
efe440c659 fix(web): unit test reporting stability 2019-11-27 09:53:42 +07:00
jahorton
4b19605a61 docs(web): for BrowserStack testing targets 2019-11-25 08:15:26 +07:00
jahorton
b163e58120 change(web): Updates unit test browser targets for CI 2019-11-22 14:37:55 +07:00
Joshua A. Horton
dfcfa2343b feat(web): bounds check unit test 2019-10-31 11:48:00 +07:00
jahorton
74a2ad49df Adjustments based on PR reviews 2019-09-06 12:01:17 +07:00
jahorton
a88bed2a2b Adds a few simple test cases for version logic. 2019-09-05 11:45:06 +07:00
jahorton
889fd2dc41 Skipping iframe tests for now due to issues. 2019-07-22 15:44:08 +07:00
jahorton
f0a64c61f6 Adjusts iframe timeout a bit. 2019-07-22 15:03:45 +07:00
jahorton
4395706808 Increased error logging + timeout for iframe tests 2019-07-22 14:50:02 +07:00
jahorton
f15e893353 Fixes test-config.js canary test. 2019-06-03 15:03:03 +07:00