8000 Tests: Migrate test runner to jquery-test-runner by timmywil · Pull Request #2325 · jquery/jquery-ui · GitHub
Skip to content
Prev Previous commit
Next Next commit
fixup! use runs config
  • Loading branch information
timmywil committed Dec 30, 2024
commit 436a5c1de289b861b54e2cfeae8a80b5b2d20a54
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Test
run: |
npm run test:unit -- -h -b ${{ matrix.BROWSER }} \
${{ matrix.CONFIGS.config }} \
-c ${{ matrix.CONFIGS.config }} \

edge:
runs-on: windows-latest
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Test
run: |
npm run test:unit -- -h -b edge `
${{ matrix.CONFIGS.config }}
-c ${{ matrix.CONFIGS.config }}

safari:
runs-on: macos-latest
Expand Down Expand Up @@ -138,4 +138,4 @@ jobs:
- name: Test
run: |
npm run test:unit -- -b safari \
${{ matrix.CONFIGS.config }}
-c ${{ matrix.CONFIGS.config }}
2 changes: 1 addition & 1 deletion jtr-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test-urls:
- tooltip/tooltip.html
- widget/widget.html

flags:
runs:
jquery:
- git
- 3.x-git
Expand Down
4 changes: 2 additions & 2 deletions jtr-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ test-urls:
- tooltip/tooltip.html
- widget/widget.html

flags:
jquery:
runs:
jquery:
- 3.7.1
- 3.6.4
- 2.2.4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"scripts": {
"build": "grunt build",
"lint": "grunt lint",
"test:server": "jtr serve -c jtr.yml",
"test:unit": "jtr run -c jtr.yml",
"test:server": "jtr serve",
"test:unit": "jtr run",
"test": "grunt && npm run test:unit -- -h"
},
"dependencies": {
Expand Down