Commit graph

53 commits

Author SHA1 Message Date
jahorton
48fe02023c fix(web): fixes unit test issue (event's 'buttons' property) 2021-09-20 14:39:27 +07:00
jahorton
7fd62c51f4 refactor(web): centralizes element-oriented OSK display logic, polish for prior commits 2021-09-01 09:44:02 +07:00
jahorton
c2c5bb3d13 chore(web): restores branch unit tests; they were not against embedded tab 2021-08-05 12:23:23 +07:00
jahorton
4a2fec2d8f refactor(web): roots out embedded-tab code from source branch 2021-08-05 12:13:03 +07:00
jahorton
3066c1f246 chore(web): Merge branch 'master' into fix/web/final-match-group 2021-08-05 11:02:24 +07:00
jahorton
28fe887f84 fix(web): patches up KMW recorder 2021-06-14 15:32:40 +07:00
Darcy Wong
63ff7d4039 chore(web): Move script to tools/ 2021-05-28 09:55:19 +07:00
jahorton
2d422a8626 feat(web): unit tests 2021-01-28 14:39:20 +07:00
jahorton
a5f4f0ea83 chore(web/engine): missed in prior commit 2020-06-17 10:51:47 +07:00
Joshua Horton
3aaebc44d7
Merge branch 'master' into feat/web/sentry-start 2020-05-20 15:21:04 +07:00
jahorton
126a15e120 refactor(web/engine): renames DeviceSpec, moves to utils 2020-05-18 08:31:32 +07:00
jahorton
0eec1dd5fd change(web): addresses PR review comments (#3122) 2020-05-15 15:50:36 +07:00
jahorton
d2b6a1bec8 refactor(web): full KMW now uses web-utils package 2020-05-15 13:34:31 +07:00
jahorton
7ad9ab1ffd change(web): recorder build.sh std include header tweak 2020-05-04 08:56:36 +07:00
jahorton
914b105b15 feat(web/engine): bulk of engine rule checks now Node-based 2020-05-01 14:40:43 +07:00
jahorton
d07f901965 feat(web/engine): splits recorder-core from full, DOM-aware recorder 2020-05-01 08:11:15 +07:00
jahorton
4309ceaf3f fix(web): patches up Recorder keyboard loading 2020-05-01 08:10:32 +07:00
jahorton
2268a109f3 fix(web): links recorder page to new script-storage location 2020-05-01 08:10:32 +07:00
jahorton
f06c94485e change(web): moves KMW test resources to common/core/web/tests/ 2020-05-01 08:10:32 +07:00
jahorton
0edba668ef change(web): basic converter-failure error output 2020-05-01 08:09:51 +07:00
jahorton
b9f17db8cd fix(web): fixes element focus during test def conversion 2020-05-01 08:09:50 +07:00
jahorton
d63919a5cc fix(web): fixes converter logic a bit 2020-05-01 08:09:50 +07:00
jahorton
19df4ddad4 docs(web): mild recorder docs 2020-05-01 08:09:50 +07:00
jahorton
1d40d0b69e change(web): recorder conversion feedback tweak 2020-05-01 08:09:50 +07:00
jahorton
47e835a59e feat(web): recorder conversion now uses Promises 2020-05-01 08:09:50 +07:00
jahorton
a9b17e5877 feat(web): baseline KeyboardTest converter (OSK strokes only) 2020-05-01 08:09:50 +07:00
jahorton
aa8fe8c855 fix(web): fixes recorder-scribe's setActiveKeyboard stub 2020-05-01 08:09:50 +07:00
jahorton
dc41f4b396 feat(web): proper read-in of new test definition spec 2020-05-01 08:09:27 +07:00
jahorton
90081449f4 fix(web): OSK keyID mapping 2020-05-01 08:09:27 +07:00
jahorton
fe450202ec feat(web): BrowserProctor execution of new test spec 2020-05-01 08:09:27 +07:00
jahorton
1cfc03e522 feat(web): completes new recorder test spec def 2020-05-01 08:09:27 +07:00
jahorton
9f2109d8bb feat(web): start of new test spec: RecordedKeystroke 2020-05-01 08:09:27 +07:00
jahorton
8e54552bfc feat(web): starts Scribe processKeyEvent hook 2020-05-01 08:09:27 +07:00
jahorton
576383d816 refactor(web): starts abstracting test definition classes 2020-05-01 08:08:49 +07:00
jahorton
763832cae5 feat(web): starts recorder KeyboardTest versioning 2020-05-01 08:08:49 +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
58b2ba9b7e refactor(web): recorder's Scribe - two fields to properties 2020-05-01 08:08:27 +07:00
jahorton
160c44b1af refactor(web): moves recorder KMW-extensions to Scribe 2020-05-01 08:08:01 +07:00
jahorton
26b9df6ffe refactor(web): moves core recorder test-def management to Scribe 2020-05-01 08:08:01 +07:00
jahorton
ce9b894999 refactor(web): starts recorder's Scribe class 2020-05-01 08:07:26 +07:00
jahorton
2ef982668c refactor(web): moves sequence simulation to BrowserDriver 2020-05-01 08:06:56 +07:00
jahorton
4a9f0c292b refactor(web): start of recorder's BrowserProctor 2020-05-01 08:06:55 +07:00
jahorton
c601bbbb3f feat(web): start of recorder's BrowserDriver 2020-05-01 08:06:55 +07:00
jahorton
59ae2af033 fix(web): fixes recorder reference path 2020-05-01 08:06:12 +07:00
jahorton
9d36995856 refactor(web): recorder test set running requires device parameter 2020-05-01 08:06:12 +07:00
jahorton
71fc4d91db fix(web): recorder operational in new location 2020-05-01 08:06:12 +07:00
jahorton
e7f22b47c7 change(web): initial relocation of the KMW recorder module 2020-05-01 08:06:12 +07:00
jahorton
6dde882769 docs(web): better comments for new tool 2020-03-12 13:15:43 +07:00
jahorton
3726631527 feat(ios): adds tools/sourcemap-root, replacing sed approach 2020-03-12 11:02:35 +07:00