Skip to content

Commit

Permalink
Merge branch 'master' of github.com:substack/testling
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 23, 2014
2 parents 32d87b0 + dcd1354 commit c620818
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/testling_field.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ Specify a string and it will be run:
"preprocess": "./build.sh"
```

You can also specify browserify transformations and other processing options in `package.json`.
An example how to do file inlining for your test bundles with [brfs](https://github.com/substack/brfs):

``` json
"browserify": { "transform": ["brfs"] },
"testling": {
"files": "test.js",
....
```

# server

If you have a server-side element of your browser tests, you can use the
Expand Down

0 comments on commit c620818

Please sign in to comment.