Automation is a awesome feature of Instruments, but the build-in code editor doesn't support autocompletion. So I created the repo.
This Repo is just a javascript code stub, all the implementations are empty, it just tells the editor how many build-in classes are there, and
how does them inherit from others.
-
Open WebStorm
Preferences
=>Languages & Frameworks
=>JavaScropt
=>Libraries
-
Click Add button on the right, input name, then click + to Attach Directories
-
Click OK
-
And finally, don't forget to Enable it in your UI Test project.
Now is should work!