Joshua A. Horton
55434c95ed
chore(web): keyboard-proc kbd loading test conversion
2024-05-15 14:41:34 +07:00
Joshua A. Horton
bf58e1195e
chore(web): mild lm-layer wtr config cleanup
2024-05-15 14:35:57 +07:00
Joshua A. Horton
eac3178d29
chore(web): pred-text wtr concurrency settings
2024-05-15 14:34:18 +07:00
Joshua A. Horton
10e5a6bac3
chore(web): final polishing for common/predictive-text
2024-05-15 14:31:38 +07:00
Joshua A. Horton
2c24f2c653
chore(web): predictive-text brower-based tests to typescript - including some TS-exclusive syntax
2024-05-15 14:31:38 +07:00
Joshua A. Horton
f36bca65fd
chore(web): common/predictive-text testing - local vs CI mode
2024-05-15 14:31:37 +07:00
Joshua A. Horton
0a7c930ed4
chore(web): drops pred-text karma config files
2024-05-15 14:31:37 +07:00
Joshua A. Horton
d9f62027fb
chore(web): integrates wtr conversion for common/predictive-text, drops karma there
2024-05-15 14:31:36 +07:00
Joshua A. Horton
7f9b1f0c35
chore(web): converts common/predictive-text browser-based tests
2024-05-15 14:31:36 +07:00
Joshua Horton
aa68c1755e
Merge pull request #11402 from keymanapp/chore/web/other-dependency-updates
...
chore(web): EventEmitter3, sinon dependency updates 🏃
2024-05-15 14:10:52 +07:00
Joshua Horton
d6ea20f520
Merge pull request #11319 from keymanapp/chore/web/consistent-npm-types
...
chore(web): updates most @types/node dependencies, makes them consistent 🏃
2024-05-15 14:10:35 +07:00
Joshua Horton
887a47930f
Merge pull request #11318 from keymanapp/chore/web/chai-update
...
chore(web): updates chai, @types/chai dependencies 🏃
2024-05-15 14:10:27 +07:00
Joshua A. Horton
b1bd68a1de
chore(web): Merge branch 'feat/web/custom-wtr-reporting' into chore/web/lm-worker-test-migration
2024-05-15 14:10:01 +07:00
Joshua A. Horton
9942d5691c
chore(web): removes unused flowId stuff, old resolved TODO
2024-05-15 14:09:42 +07:00
Joshua A. Horton
268af84710
change(web): call playwright install in project-specific configure step
2024-05-15 12:26:17 +07:00
Joshua A. Horton
89f19dcfb5
chore(web): Merge branch 'feat/web/custom-wtr-reporting' into chore/web/lm-worker-test-migration
2024-05-10 09:18:18 +07:00
Joshua A. Horton
8e8906ddc4
fix(web): TC-reporter had mismatch in name for file suite start and end; also adds polish
2024-05-10 09:17:23 +07:00
Joshua A. Horton
8a4a51dca5
chore(web): proxy setup for test-model lookup
...
Doesn't actually affect the test passing, but it does silence a warning.
2024-05-09 09:55:57 +07:00
Joshua A. Horton
a3a36ecda3
chore(web): drop later-removed comment
2024-05-09 09:54:36 +07:00
Joshua A. Horton
e4890f3d3d
chore(web): deletes migrated test source
2024-05-09 09:49:49 +07:00
Joshua A. Horton
09d8ea0aa8
chore(web): converts lm-worker test to typescript, uses plugin
2024-05-09 09:40:34 +07:00
Joshua A. Horton
6571e8b383
chore(web): links new reporter into lm-worker tests, includes default reporter for in-progress summary
2024-05-09 09:40:18 +07:00
Joshua A. Horton
af0479f74d
chore(web): lm-worker test --debug path
2024-05-09 09:36:39 +07:00
Joshua A. Horton
2543d98dbc
chore(web): lm-worker testing - local vs CI mode
2024-05-09 09:36:38 +07:00
Joshua A. Horton
5fa3ebfb08
chore(web): converts lm-worker .spec.html to .spec.mjs
2024-05-09 09:36:38 +07:00
Joshua A. Horton
3fd2323a83
chore(web): lm-worker cleanup
2024-05-09 09:18:04 +07:00
Joshua A. Horton
9adda6b636
chore(web): actually links new test-runner test into lm-worker/build.sh
2024-05-09 09:18:02 +07:00
Joshua A. Horton
8ace9f5868
chore(web): lm-worker in-browser test now in lm-worker project
...
Uses @web/test-runner to run it, making it our first integrated test with the new testing library
2024-05-09 09:18:02 +07:00
Joshua A. Horton
b9b86e760c
feat(web): adds 'stability reporter', exposing error reports when a test-runner launcher fails
2024-05-09 09:18:01 +07:00
Joshua A. Horton
b83a16d0ac
chore(web): extra TC-reporter polish
2024-05-09 09:18:00 +07:00
Joshua A. Horton
53e84ff0ad
feat(web): better cause-of-failure reporting; notes if spec'd test-files never ran
2024-05-09 09:14:01 +07:00
Joshua A. Horton
c765d3217b
chore(web): figured out how to disambiguate browser configs
2024-05-09 09:13:13 +07:00
Joshua A. Horton
eecacc94e9
chore(web): initial TC-style string-escaping implementation
2024-05-09 09:12:47 +07:00
Joshua A. Horton
33dcfe31bf
feat(web): prototype TC-reporter for @web/test-runner
2024-05-09 09:12:42 +07:00
Joshua A. Horton
8d7721545a
chore(web): updates sinon to a version with fully-ESM artifact
2024-05-09 08:49:51 +07:00
Joshua A. Horton
a34e5c9100
fix(web): EventEmitter import pattern update
2024-05-09 08:49:50 +07:00
Joshua A. Horton
ad8bdaa4c1
chore(web): updates eventemitter3 to v5, when it provides esmodule exports
2024-05-09 08:49:50 +07:00
Joshua A. Horton
7b9bff10b2
chore(web): Merge branch 'chore/web/chai-update' into chore/web/consistent-npm-types
2024-05-09 08:10:12 +07:00
Joshua A. Horton
5c43042589
chore(web): update Safari BrowserStack target as stopgap measure
2024-05-08 16:08:11 +07:00
Joshua A. Horton
18cfd76e66
chore(web): Merge branch 'chore/web/chai-update' into chore/web/consistent-npm-types
2024-05-08 08:53:13 +07:00
Joshua A. Horton
079e68393a
fix(common): Chai 5.0 update strictness broke some common/web/types tests
2024-05-08 08:50:18 +07:00
Steven R. Loomis
1fe76bcd26
Merge branch 'master' into chore/core/11033-points-not-units
2024-05-07 09:26:07 -05:00
Joshua A. Horton
01d0019d86
chore(web): removes package.json references to old @npm/types versions
2024-05-07 14:38:41 +07:00
Joshua A. Horton
2bc2f77f11
fix(web): kbd-proc Karma test fix
2024-05-07 14:35:10 +07:00
Joshua A. Horton
7a66eb29b4
fix(web): gesture-recognizer Karma tests
2024-05-07 14:35:10 +07:00
Joshua A. Horton
812de690d8
chore(web): fixes pred-text karma config
...
The upgrade to chai means that karma's 'framework' feature is no longer compatible, meaning a _little_ extra legwork is required to use it for karma browser tests. It's just a little bit, though.
Will need to replicate this for the other packages that use karma to test, as the pattern kinda proliferated.
2024-05-07 14:35:09 +07:00
Joshua A. Horton
398b9e0ae2
chore(common): drops package-specific 'chai', '@types/chai' versions
...
chore(web): missed leaving these out of the rebase
2024-05-07 14:35:09 +07:00
Joshua A. Horton
5574b9418f
chore(web): chai dependency updates
...
Updates 'chai' assertion library to latest; old version used CommonJS imports
2024-05-07 14:35:08 +07:00
Steven R. Loomis
fbd1c0c841
chore(core): km_core_cp -> km_core_cu
...
- fix comment
- fix API version
Fixes : #11033
Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
2024-05-06 09:54:07 -05:00
Eberhard Beilharz
1b066de292
chore(web): Improve dependencies
2024-05-06 16:41:06 +02:00