test_name: "[test_basics] Test basic calls" stages: - name: "[test_basics] get index" request: url: "http://localhost:5000/" method: GET response: status_code: 200 - name: "[test_basics] get 404" request: url: "http://localhost:5000/invalid_url_for_testing_do_not_use" method: GET response: status_code: 404