Push on main #37
GitHub Actions / Crud Tests
failed
Nov 23, 2023 in 0s
1 parse errors, 12 pass in 1s
Annotations
Check failure on line 0 in crud/tests/_output/reports/coverage.xml
github-actions / Crud Tests
Error processing result file
Unsupported file format: crud/tests/_output/reports/coverage.xml
Raw output
crud/tests/_output/reports/coverage.xml
Check notice on line 0 in .github
github-actions / Crud Tests
12 tests found
There are 12 tests, see "Raw output" for the full list of tests.
Raw output
crud.Check product crud backend endpoint ‑ Check products list is empty
crud.Check product crud backend endpoint ‑ Check service health
crud.Check product crud backend endpoint ‑ Delete one product and check there is one element in the list
crud.Check product crud backend endpoint ‑ Insert "iPhone 12" product and check there are "2" in the list -- @1.2
crud.Check product crud backend endpoint ‑ Insert "iPhone X" product and check there are "1" in the list -- @1.1
crud.Check product crud backend endpoint ‑ Update one product and verify fields have been updated
crud.Check product crud backend endpoint ‑ When try to update a wrong product id, the response status code should be 500
endpoints_tests.test_health ‑ test_health
endpoints_tests.test_products ‑ test_delete_products_missing_id
endpoints_tests.test_products ‑ test_get_products
endpoints_tests.test_products ‑ test_post_products_missing_id
endpoints_tests.test_products ‑ test_put_products_missing_json
Loading