Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 9e22f67

Browse files
committed
Added conclusion to new post 🚀
1 parent 818ef8f commit 9e22f67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_drafts/2021-03-08-ios-test-multiple-configuration-test-plan.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ The third test plan I created is `BehaviourTestPlan.xctestplan`. In this test pl
5959

6060
{% include blog-lazy-image.html description="The BehaviourTestPlan configurations" width="1500" height="889" src="/assets/images/posts/test-plan-behaviour-configuration.jpg" %}
6161

62-
Last but not least I created a last test plan called `AllTestPlan.xctestplan` where I added all tests from all the test targets and I can use it to have a feedback when my change is spread across the logic, behaviour and UI.
63-
62+
Last but not least I created a last test plan called `AllTestPlan.xctestplan` where I added all tests from all the test targets and I can use it to have a feedback when my change is spread across the logic, behaviour and UI.
6463
So how can I set which test plan I want to run? In the `Test` section of the `Edit Scheme` screen you can choose the default test plan to be run with the `cmd + U` option. In this way you can change based on the piece of code you're working on.
6564

6665
{% include blog-lazy-image.html description="The default test plan is launched with the classic cmd + U shortcut" width="1500" height="889" src="/assets/images/posts/test-plan-set-default.jpg" %}
6766

6867
#### Conclusion
6968

70-
XXX
69+
Test plan are the perfect tool that let you organize your tests in a better way. They will enable you to test only the application/framework part you're working on in order to have a faster tests feedback loop. So in case you need a range sllider component, go on `RangeUISlider` github repository and check it out!! :sunglasses:. You won't regret.

0 commit comments

Comments
 (0)