Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 8.57.0 to 9.17.0 #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump eslint from 8.57.0 to 9.17.0

4d3e8d6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump eslint from 8.57.0 to 9.17.0 #79

Bump eslint from 8.57.0 to 9.17.0
4d3e8d6
Select commit
Loading
Failed to load commit list.
GitHub Actions / JEST Tests succeeded Dec 16, 2024 in 0s

15 passed, 0 failed and 0 skipped

Tests passed successfully

✅ junit.xml

15 tests were completed in 2s with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
args validator 5✅ 712ms
cli-parser 4✅ 761ms
postman-runner 6✅ 2s

✅ args validator

args validator should fail when no path to collection was provided.
  ✅ args validator should fail when no path to collection was provided.
args validator should set collection.
  ✅ args validator should set collection.
args validator should fail when runCount is 0.
  ✅ args validator should fail when runCount is 0.
args validator should fail when runCount is not an integer.
  ✅ args validator should fail when runCount is not an integer.
args validator should set runCount when it is a valid integer.
  ✅ args validator should set runCount when it is a valid integer.

✅ cli-parser

cli-parser should return valid runner args
  ✅ cli-parser should return valid runner args
  ✅ cli-parser should return valid runner args
  ✅ cli-parser should return valid runner args
  ✅ cli-parser should return valid runner args

✅ postman-runner

postman-runner should fail when no path to collection was provided.
  ✅ postman-runner should fail when no path to collection was provided.
postman-runner should fail when runCount is 0.
  ✅ postman-runner should fail when runCount is 0.
postman-runner should fail when runCount is not an integer.
  ✅ postman-runner should fail when runCount is not an integer.
postman-runner should run collection 10 times when no runcount is provided.
  ✅ postman-runner should run collection 10 times when no runcount is provided.
postman-runner should run collection multiple times.
  ✅ postman-runner should run collection multiple times.
postman-runner should write error to console
  ✅ postman-runner should write error to console