Skip to content

Commit

Permalink
✅ Add info about test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoverbruggen committed Nov 26, 2024
1 parent f7b1679 commit 595dc8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 595dc8c

Please sign in to comment.