1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-26 06:00:07 +01:00

📝 Add instructions for tests

This commit is contained in:
2026-02-16 11:44:40 +01:00
parent 8d63165129
commit 353bf8ffff
2 changed files with 12 additions and 26 deletions

View File

@@ -60,10 +60,18 @@ In order to properly test everything, you will want to use the _PHP Monitor EAP_
If you would like to run the unit tests outside of Xcode, you can run:
xcodebuild test \
-project "PHP Monitor.xcodeproj" \
-scheme "Unit Tests" \
-destination "platform=macOS" \
-parallel-testing-enabled NO
-project "PHP Monitor.xcodeproj" \
-scheme "Unit Tests" \
-destination "platform=macOS" \
-parallel-testing-enabled NO
### UI tests
xcodebuild test \
-project "PHP Monitor.xcodeproj" \
-scheme "PHP Monitor" \
-destination "platform=macOS" \
-only-testing "UI Tests"
### Failures in UI tests