Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Make sure bwoken is <a href="#installation">properly installed</a>. Then, build
<pre><code># will build and run all of your tests
$ bwoken test

# will run one file, relative to integration/coffeescript/{iphone,ipad}/
# (note: no file extension)
$ bwoken test --focus some_test # runs this test on (iphone and ipad) OR (connected iDevice)
$ bwoken test --focus some_test --family iphone
# will run one file, relative to integration/coffeescript/{iphone,ipad}/ (don't include the .js suffix)

$ bwoken test --focus relative_path_without_js_suffix # runs this test on (iphone and ipad) OR (connected iDevice)
$ bwoken test --focus relative_path_without_js_suffix --family iphone
</code></pre>

### structuring your test files
Expand Down