]> 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)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 9 Sep 2024 16:26:59 +0000 (18:26 +0200)
commitfb281ca8ca578532f0d1de3161922e330545e520
tree0df0e739fa5d53c7dd5bfb28a63cd34c8b78916f
parent6c7f755452e1bbdb5d92cbdcd9efb6b6e6202e03
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

(cherry picked from commit 6d78c0768d9aa6ba213678724c89af69a1958df6)
.github/workflows/node.js.yml
package.json
test/runner/selenium/createDriver.js