Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Migrate testing infrastructure to minimal dependencies#5418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
timmywil merged 33 commits intojquery:mainfromtimmywil:migrate-test
Feb 26, 2024
Merged
Changes from1 commit
Commits
Show all changes
33 commits
Select commitHold shift + click to select a range
c59d266
Tests: run tests locally with selenium
timmywilDec 29, 2023
ac4238a
Tests: add github workflow for browserstack
timmywilJan 27, 2024
569f092
Tests: remove grunt, karma, testswarm, and playwright-webkit
timmywilFeb 10, 2024
c3c385b
Docs: add testing notes to CONTRIBUTING.md
timmywilFeb 14, 2024
a393b14
Build: upgrade all packages except sinon
timmywilFeb 14, 2024
e1ba019
Tests: upgrade QUnit to 2.20.1 and re-enable IE11
timmywilFeb 16, 2024
7c9cad3
Tests: make minor version optional in browser matching
timmywilFeb 16, 2024
ba5a847
Tests: enable non-concurrent BrowserStack workflow on the main branch
timmywilFeb 16, 2024
c029790
fixup! address codeql alerts relevant to this PR
timmywilFeb 16, 2024
ea880a4
fixup! sort browsers by device version last
timmywilFeb 22, 2024
59f3d64
fixup! downgrade husky and rollup and run build on Node 10
timmywilFeb 23, 2024
0a6c3c8
fixup! patch upgrades; make test commands consistent
timmywilFeb 23, 2024
0005d3a
fixup! remove location.origin; use absolute URLs instead
timmywilFeb 23, 2024
2733595
fixup! do a browserstack run
timmywilFeb 23, 2024
65493fa
fixup! split up comment
timmywilFeb 23, 2024
5c6351f
fixup! clarify comment
timmywilFeb 23, 2024
c97ae71
fixup! fix concurrency group name
timmywilFeb 23, 2024
63d848f
fixup! add empty line
timmywilFeb 23, 2024
53534a8
fixup! more PR feedback
timmywilFeb 23, 2024
808cd7c
fixup! we hit a hash collision; use our own hashing for all but moduleId
timmywilFeb 24, 2024
303cd14
fixup! add stop-workers warning
timmywilFeb 24, 2024
47d2a06
fixup! edit browser range
timmywilFeb 24, 2024
4b49601
fixup! call derez
timmywilFeb 24, 2024
d32595e
fixup! more PR feedback
timmywilFeb 24, 2024
95a18fe
fixup! fix local runId
timmywilFeb 24, 2024
abebb78
fixup! add back parentUrl, but use protocol/host; remove mentions of …
timmywilFeb 24, 2024
5253ab9
fixup! try enabling the crossorigin attr test in browserstack
timmywilFeb 24, 2024
280fb6e
fixup! use readable test names; still include each report ID
timmywilFeb 24, 2024
fe9c314
fixup! increase acknowledge timeout for the sake of iOS 15
timmywilFeb 24, 2024
71a09e9
Revert "fixup! try enabling the crossorigin attr test in browserstack"
timmywilFeb 24, 2024
8f6c44e
fixup! fix retries by passing original options
timmywilFeb 24, 2024
8c486f9
fixup! set browserstack branch back to main
timmywilFeb 24, 2024
3d9f544
fixup! use Object.create in listeners
timmywilFeb 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fixup! split up comment
  • Loading branch information
@timmywil
timmywil committedFeb 23, 2024
commit65493fa3888a654421f2c0b445dfde5fa9c5d334
5 changes: 3 additions & 2 deletionstest/index.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -30,8 +30,9 @@
// Load tests if they have not been loaded
// This is in a different script tag to ensure that
// jQuery is on the page when the testrunner executes
// QUnit.config is populated from QUnit.urlParams but only at the beginning
// of the test run. We need to read both.
// QUnit.config is populated from QUnit.urlParams,
// but only at the beginning of the test run.
// We need to read both.
var esmodules = QUnit.config.esmodules || QUnit.urlParams.esmodules;

// `loadTests()` will call `QUnit.load()` because tests
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp