]> source.dussan.org Git - jquery.git/commit
Tests: Run tests in Edge in IE mode in GitHub Actions
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 9 Sep 2024 16:24:28 +0000 (18:24 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 16:24:28 +0000 (18:24 +0200)
commit6d78c0768d9aa6ba213678724c89af69a1958df6
tree9a4b65317ac5af425710f8d9496cf05bfcbca0d9
parent4b7ecbad24463c875f03ef4c7a7d307a091f93fd
Tests: Run tests in Edge in IE mode in GitHub Actions

While Edge in IE mode is not guaranteed to match IE 11 in every aspect,
in practice it generally does. Testing in this mode in GitHub Actions
will allow us to catch most IE-breaking issues at the PR level.

This change also adds missing npm scripts: `test:chrome`, `test:edge`
& `test:ie`.

Closes gh-5540
.github/workflows/node.js.yml
package.json
test/runner/selenium/createDriver.js