Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Move to testium-example-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Krems committed Oct 13, 2015
1 parent ea2e09d commit 460b6b0
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 319 deletions.
2 changes: 1 addition & 1 deletion .testiumrc
Expand Up @@ -3,7 +3,7 @@ logDirectory = ./test/integration_log
screenshotDirectory = ./test/integration_log/screenshots

[app]
command = coffee test/app
command = testium-example-app
timeout = 1000

[proxy]
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -58,6 +58,7 @@
"mocha": "^1.21.5",
"node-static": "~0.7.6",
"npub": "^2.2.0",
"rimraf": "^2.2.8"
"rimraf": "^2.2.8",
"testium-example-app": "~1.0.4"
}
}
64 changes: 0 additions & 64 deletions test/app/index.coffee

This file was deleted.

28 changes: 0 additions & 28 deletions test/app/public/blackholed-resource.html

This file was deleted.

27 changes: 0 additions & 27 deletions test/app/public/dynamic.html

This file was deleted.

20 changes: 0 additions & 20 deletions test/app/public/frame.html

This file was deleted.

43 changes: 0 additions & 43 deletions test/app/public/index-diff.html

This file was deleted.

79 changes: 0 additions & 79 deletions test/app/public/index.html

This file was deleted.

7 changes: 0 additions & 7 deletions test/app/public/other-page.html

This file was deleted.

19 changes: 0 additions & 19 deletions test/app/public/popup.html

This file was deleted.

5 changes: 0 additions & 5 deletions test/app/public/redirect-after.html

This file was deleted.

5 changes: 0 additions & 5 deletions test/app/public/redirect-to-query.html

This file was deleted.

18 changes: 0 additions & 18 deletions test/app/public/windows.html

This file was deleted.

3 changes: 1 addition & 2 deletions test/start_timeout.test.coffee
Expand Up @@ -33,8 +33,7 @@ describe 'App startup timeout', ->

it 'mentions helpful details', ->
try
assert.include 'command: coffee', @stderr
assert.include 'test/app', @stderr
assert.include 'command: testium-example-app', @stderr
assert.include 'timeout: 250ms', @stderr
assert.include 'test/start_timeout_log/application.log', @stderr
assert.include '> Refusing to listen', @stderr
Expand Down

0 comments on commit 460b6b0

Please sign in to comment.