Commit graph

67 commits

Author SHA1 Message Date
Joshua A. Horton
8d74c8cc95 Implements basic support + testing for the 'input' event. 2018-03-02 13:47:03 +07:00
Joshua A. Horton
038c344a4f KMW now generates onChange events. Still need onInput. 2018-03-02 12:04:13 +07:00
Joshua A. Horton
fc1560817f Patched up the test cases with discriminated union properties. 2018-02-23 10:41:44 +07:00
Joshua A. Horton
4ed40914e2 Merge branch 'web-281-deadkey-rework' into web-281-deadkey-stores 2018-02-23 10:35:37 +07:00
Joshua A. Horton
96352dc4fd Merge branch 'master' into web-281-deadkey-rework 2018-02-23 10:20:38 +07:00
Joshua A. Horton
2d389a8053 Discriminated unions for rule objects + other PR concerns. 2018-02-23 10:15:39 +07:00
Joshua A. Horton
ebdc9091d1 Implements store-based multirule deadkey keyboard tests. 2018-02-22 11:07:52 +07:00
Joshua A. Horton
7c79d1be0a Introducing KDC, the 'deleteContext' function. 2018-02-22 10:57:33 +07:00
darcywong00
924ae2ed0a Fix lao id for unit tests 2018-02-22 10:46:30 +07:00
Joshua A. Horton
7f5db3f6e9 Deadkey stores now included in example keyboard. 2018-02-22 10:02:33 +07:00
darcywong00
bc30328f2f Update additional test resources and history.md 2018-02-21 16:19:33 +07:00
Joshua A. Horton
19a570a7d3 Implemented engine rule tests for deadkeys in stores successfully. 2018-02-21 16:14:59 +07:00
Joshua A. Horton
56e1c4db49 Store-exploding function is in place and tested but not integrated. 2018-02-21 12:20:41 +07:00
Joshua A. Horton
a636b5f259 Corrected the hand-altered JSON again... 2018-02-21 09:58:08 +07:00
Joshua A. Horton
1d00d62dc2 Fixes the test JSON components that were copied and altered. 2018-02-21 09:15:17 +07:00
Joshua A. Horton
27db3f984b Fixes issue with not deleting matched deadkeys on touch paths. 2018-02-21 09:07:40 +07:00
Joshua A. Horton
e2d5ed4125 Hand-translated keyboard complete. Removed unneeded context output. 2018-02-20 12:45:05 +07:00
Joshua A. Horton
95a9cda57b Work toward handwritten kbd example and full context output func. 2018-02-20 11:11:36 +07:00
Joshua A. Horton
3e07e44abb Clears out a few bugs detected while starting to handwrite a demo kbd. 2018-02-20 10:53:16 +07:00
Joshua A. Horton
ce5e04f648 Finished pre-store-expansion version of fullContextMatch. 2018-02-20 10:01:49 +07:00
Joshua A. Horton
522da3581d Swapped to an 'extended context cache' strat. Definitely simpler. 2018-02-19 15:50:47 +07:00
Joshua A. Horton
d1a6bb68c1 Implements the first stages of the new fullContextMatch keyboard API. 2018-02-19 13:20:37 +07:00
Joshua A. Horton
8a1f915007 Initial work toward deadkey test keyboard, with some initial test dev. 2018-02-16 14:09:32 +07:00
Joshua A. Horton
2897e51094 Adds a chirality test suite to the set of unit tests. 2018-02-16 10:48:25 +07:00
Joshua A. Horton
744747b881 Implemented a chirality engine tests. Still fails on IE at present. 2018-02-16 09:42:31 +07:00
Joshua A. Horton
9e805ca2e2 Implements a chirality test keyboard and fixes up state handling. 2018-02-15 12:46:40 +07:00
Joshua A. Horton
819e37a58b Minor test runner parameter tweak for readability. 2018-02-14 14:19:55 +07:00
Joshua A. Horton
428ba42802 The new OO structure is now used by the example engine test case. 2018-02-14 14:05:19 +07:00
Joshua A. Horton
1d88348f59 Engine test + recorder build now integrated and working with CI test run. 2018-02-13 11:03:49 +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
c0b518e549 Accidental lines left out of merge + necessitated change to the new 'engine' test case. 2018-02-13 08:46:05 +07:00
Joshua A. Horton
8e1e0bc62f Merge branch 'web-350-attachment-tests' into web-350-engine-tests 2018-02-13 08:43:37 +07:00
Joshua A. Horton
dc64f384a4 Modified 'shutdown' related code; adjusted initial definition of the 'keyman' variable to help the 'delete' succeed. 2018-02-13 08:31:35 +07:00
Joshua A. Horton
db04649d2c Merge branch 'master' into web-350-attachment-tests 2018-02-13 08:13:25 +07:00
Joshua A. Horton
506e9d1182 Adjustments as per PR review. 2018-02-13 08:09:13 +07:00
Joshua A. Horton
c6d3a2fc13 Changes the test_utils scripts to provide a more robust initiailization callback timer for automated CI testing. 2018-02-12 15:38:36 +07:00
Joshua A. Horton
1f35e7a1f6 Partial touch support - keystrokes on touch-aliased elements are now testable. Problem: touch events. 2018-02-11 00:00:31 +07:00
Joshua A. Horton
6da91f4a22 Deporting a couple of other accidental migrants. 2018-02-10 22:53:40 +07:00
Joshua A. Horton
8f265f16ff Something slipped in from work on another aspect of testing. 2018-02-10 22:46:54 +07:00
Joshua A. Horton
48fc6f1862 Changes select Karma settings to BrowserStack's recommendations. 2018-02-10 22:41:15 +07:00
Joshua A. Horton
82667ec1ca Created a 'base' Karma config file to centralize test config data. 2018-02-10 22:35:48 +07:00
Joshua A. Horton
12d3a046b6 Added new InputTestSequence class and integrated a test with it. 2018-02-10 21:37:34 +07:00
Joshua A. Horton
6d1f718d95 Design and partial integration of recording-oriented resources for engine testing. 2018-02-10 16:32:34 +07:00
Joshua A. Horton
e58312dd8b Removed unnecessary timeout delays. 2018-02-09 19:42:22 +07:00
Joshua A. Horton
9b5ef1f7f8 A click-simulating OSK test has been added to the engine suite. 2018-02-09 19:41:25 +07:00
Joshua A. Horton
317230b7e9 Slight documentation enhancement. 2018-02-09 16:21:36 +07:00
Joshua A. Horton
fc19f326d1 Unit test can now simulate a key press. Desktop only; is not yet filtered from touch tests. 2018-02-09 16:20:01 +07:00
Joshua A. Horton
496433adab Initial engine unit test infrastructure in place with keyboard load test. 2018-02-09 14:52:05 +07:00
Joshua A. Horton
1db5bbd7ef Fixes the CI resource path for the iframe. Oops. 2018-02-09 13:08:35 +07:00
Joshua A. Horton
660d5aa274 CI will _probably_ want the new resources for tests, too... 2018-02-09 11:56:50 +07:00