From 595dc8c02871f82e1251751bd5ba669fe0212913 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 26 Nov 2024 15:22:03 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Add=20info=20about=20test=20failure?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEVELOPER.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 4e4b6e4..487f084 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -51,6 +51,12 @@ Once you have downloaded this repository, open `PHP Monitor.xcodeproj`, and you If you'd like to create a production build, choose "Any Mac" as the target and select Product > Archive. +## ✅ Testing + +In order to properly test everything, you will want to use the _PHP Monitor DEV_ target. There are unit and UI tests both. + +You may sporadically see failures in UI tests due to the following error: `Invalid parameter not satisfying: point.x != INFINITY && point.y != INFINITY`. This seems to be an issue with Xcode that Apple may need to resolve? + ## 🚀 Release procedure 1. Merge into `main`