Skip to content

Push on main

Push on main #37

GitHub Actions / Crud Tests failed Nov 23, 2023 in 0s

1 parse errors, 12 pass in 1s

12 tests  +5   12 ✔️ +5   1s ⏱️ -1s
  2 suites +1     0 💤 ±0 
  3 files   +2     0 ±0 
  1 errors

Results for commit df945d5. ± Comparison against earlier commit 199eceb.

Annotations

Check failure on line 0 in crud/tests/_output/reports/coverage.xml

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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