Commit 70e387b
authored
[CLI] remove js_unittest from casp (#5058)
This PR removes the `js_unittest` command and its associated
implementation from `casp`.
### Reasoning
The `js_unittest` command is deprecated and relies on significantly
outdated versions of Chrome and Chromedriver. As noted in [this
issue](#2678), the current
implementation is unstable/broken. [This
PR](#2689) commented out the
call to this command a while ago.
Fixing this functionality would require a complex migration to the new
Chrome/Chromedriver versioning system, which is described
[here](https://developer.chrome.com/docs/chromedriver/downloads/version-selection).
Since the command is already deprecated, we have decided to remove it
rather than investing resources in the upgrade for now.
### Changes
Removed the `js_unittest` source file.
Removed the command registration and module calls in the main script.1 parent 8b8b567 commit 70e387b
2 files changed
+0
-24
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments