> For the complete documentation index, see [llms.txt](https://notes.lirenxn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.lirenxn.com/2019-1/wk-notes-11-14-ios-simulator-git-hooks-all-hands-testing.md).

# Wk-notes-11-14-iOS-simulator-git-hooks-All-hands-testing

### **iOS simulater**

Xcode -> Open devTool -> Simulator OR Spotlight Search -> Simulator

### **git precommit**

* All based on Git hooks in `.git`
* `husky` js
* `pre-commit` js

### **All hands testing (QA practice)**

* Get list of test cases
* Get list of test envs (different devices)
* Group all people together with devices
* Pick env and test all test cases as a group
