It can be tedious (and slow) to go from a test in your editor to running that test in the browser. This is a process to speed this up slightly. When it's set up you'll be able to run an individual test by:
- put your cursor inside a test body
- hit
T
- switch to chrome
- type
'test '
(sans quotes), paste your clipboard and hit enter