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 vitest, eslint-plugin-vitest, webdriverio #65

Merged
merged 1 commit into from
Dec 19, 2023

Bump vitest, eslint-plugin-vitest, webdriverio

6579549
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump vitest, eslint-plugin-vitest, webdriverio #65

Bump vitest, eslint-plugin-vitest, webdriverio
6579549
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Dec 19, 2023 in 1s

Test Results ✅

Tests passed successfully

Report Passed Failed Skipped Time
strcalc/build/test-results/test-frontend-browser/TESTS-TestSuites.xml 13✅ 6s
strcalc/build/test-results/test-frontend/TESTS-TestSuites.xml 13✅ 2s
strcalc/build/test-results/test-large/TESTS-TestSuites.xml 1✅ 1s
strcalc/build/test-results/test-medium-coverage/TESTS-TestSuites.xml 3✅ 2s
strcalc/build/test-results/test-medium/TESTS-TestSuites.xml 2✅ 3s
strcalc/build/test-results/test/TESTS-TestSuites.xml 1✅ 25ms

✅ strcalc/build/test-results/test-frontend-browser/TESTS-TestSuites.xml

13 tests were completed in 6s with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
components/app.test.js 1✅ 9ms
components/calculator.test.js 3✅ 114ms
components/calculators.test.js 3✅ 11ms
components/request.test.js 5✅ 19ms
main.test.js 1✅ 92ms

✅ components/app.test.js

✅ initial state after calling App.init() > contains the "Hello, World!" title

✅ components/calculator.test.js

✅ Calculator > renders form and result placeholder
✅ Calculator > updates result placeholder with successful result
✅ Calculator > updates result placeholder with error message

✅ components/calculators.test.js

✅ calculators > defaultPost > posts same server by default
✅ calculators > defaultPost > posts to globalThis.STRCALC_BACKEND
✅ calculators > tempCalculator rejects with Error

✅ components/request.test.js

✅ Request > post > succeeds
✅ Request > post > rejects with an error if the response contains "error"
✅ Request > post > rejects with an error if the response status is not OK
✅ Request > post > rejects with default status text if no response body
✅ Request > postFormData > succeeds

✅ main.test.js

✅ String Calculator UI on initial page load > contains the "Hello, World!" placeholder

✅ strcalc/build/test-results/test-frontend/TESTS-TestSuites.xml

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

Test suite Passed Failed Skipped Time
components/app.test.js 1✅ 58ms
components/calculator.test.js 3✅ 169ms
components/calculators.test.js 3✅ 45ms
components/request.test.js 5✅ 28ms
main.test.js 1✅ 505ms

✅ components/app.test.js

✅ initial state after calling App.init() > contains the "Hello, World!" title

✅ components/calculator.test.js

✅ Calculator > renders form and result placeholder
✅ Calculator > updates result placeholder with successful result
✅ Calculator > updates result placeholder with error message

✅ components/calculators.test.js

✅ calculators > defaultPost > posts same server by default
✅ calculators > defaultPost > posts to globalThis.STRCALC_BACKEND
✅ calculators > tempCalculator rejects with Error

✅ components/request.test.js

✅ Request > post > succeeds
✅ Request > post > rejects with an error if the response contains "error"
✅ Request > post > rejects with an error if the response status is not OK
✅ Request > post > rejects with default status text if no response body
✅ Request > postFormData > succeeds

✅ main.test.js

✅ String Calculator UI on initial page load > contains the "Hello, World!" placeholder

✅ strcalc/build/test-results/test-large/TESTS-TestSuites.xml

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

Test suite Passed Failed Skipped Time
WebApplicationTest 1✅ 1s

✅ WebApplicationTest

com.mike_bland.training.testing.stringcalculator.WebApplicationTest
  ✅ testTitle()

✅ strcalc/build/test-results/test-medium-coverage/TESTS-TestSuites.xml

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

Test suite Passed Failed Skipped Time
ServletContractTest 3✅ 2s

✅ ServletContractTest

com.mike_bland.training.testing.stringcalculator.ServletContractTest
  ✅ getAddEndpointReturnsPlaceholderString()
  ✅ addRequestSuccess()
  ✅ addRequestError()

✅ strcalc/build/test-results/test-medium/TESTS-TestSuites.xml

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

Test suite Passed Failed Skipped Time
ServletContractTest 2✅ 3s

✅ ServletContractTest

com.mike_bland.training.testing.stringcalculator.ServletContractTest
  ✅ productionImplementationTemporarilyReturnsError()
  ✅ servesLandingPage()

✅ strcalc/build/test-results/test/TESTS-TestSuites.xml

1 tests were completed in 25ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TemporaryStringCalculatorTest 1✅ 25ms

✅ TemporaryStringCalculatorTest

com.mike_bland.training.testing.stringcalculator.TemporaryStringCalculatorTest
  ✅ alwaysThrows()