Skip to content

Bump eslint from 8.57.0 to 9.13.0 #45

Bump eslint from 8.57.0 to 9.13.0

Bump eslint from 8.57.0 to 9.13.0 #45

GitHub Actions / JEST Tests succeeded Oct 28, 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✅ 897ms
cli-parser 4✅ 885ms
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