Skip to content

Commit

Permalink
Adding a testswarm.json file to ease in injecting tests into our Test…
Browse files Browse the repository at this point in the history
…Swarm
  • Loading branch information
jdsharp committed Mar 25, 2011
1 parent 4dd4d50 commit 659f3e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testswarm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{ "testswarm" : {
"name" : "Amplify Commit <a href=\"http://github.com/appendto/amplify/commit/{$REV_FULL$}\">#{$REV$}</a>",
"suites" : {
"cache" : "cache/test/test.html",
"store" : "store/test/test.html",
"request" : "request/test/test.html"
}
}
}

0 comments on commit 659f3e6

Please sign in to comment.