1. 31 10月, 2014 7 次提交
  2. 30 10月, 2014 1 次提交
    • M
      Auto-detect available port when running headless tests · 79f74952
      Mislav Marohnić 提交于
      By default the test server tried to run on port 3000, which would fail
      with a misleading message if something else happened to occupy that port
      on the system (such as a Rails app).
      
      Now start incrementing the port number from 3900 and stop when the port
      is found to be available.
      79f74952
  3. 24 10月, 2014 7 次提交
  4. 23 10月, 2014 1 次提交
  5. 21 10月, 2014 3 次提交
  6. 20 10月, 2014 1 次提交
    • C
      Add example of success and error handlers · 9b833301
      Christian Alfoni 提交于
      I thought it would be nice to have an example of how to handle success and error handlers. It is not given how to implement this correctly. Maybe even my example is not the best way to do it, but wanted to contribute with a suggestion :-)
      9b833301
  7. 17 10月, 2014 2 次提交
  8. 16 10月, 2014 18 次提交