Update README.md

This commit is contained in:
Jungpyo Hong 2021-07-10 10:51:22 -05:00 committed by GitHub
parent 94af0b07a2
commit 9fe0ed4456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,8 +93,8 @@ Feel free to fork this repository and pull requests!!
- [TDD](#TDD)
- [BDD](#BDD)
- [Code Coverage](#Code-Coverage)
- [Unit Test](#Unit-Test)
- [Integration Test](#Integration-Test)
- [Unit Test](#Unit-Test)
- [UI Test](#UI-Test)
- [CI/CD](#cicd)
- [In App Purchase(IAP)](#In-App-PurchaseIAP)
@ -1388,14 +1388,21 @@ Then, go to **EDIT SHEME**, check like this
<img src ="https://github.com/jphong1111/awesome-ios-developer/blob/main/Images/addCoverage2.png" />
## Integration Test
## Unit Test
## Integration Test
## UI Test
[Your first UITest in Swift](https://uxdesign.cc/your-first-uitest-in-swift-847bc5595c26)
## CI/CD