# Tests https://api-docs.lumar.io/docs/protect/tests/tests-overview Tests are individual assertions that we make during a build. A test is based on a report, together with some predicate and value that indicates if the test is succesfull or not. There are two types of predicates: - Greater Than Or Equal - Less Than :::caution Every new test suite has 3 default tests assigned: - Broken Pages (4xx Errors) - 5xx Errors - Max Fetch Time :::