Skip to content

Commit

Permalink
reformats test file to add index.test.js so that tests are contained …
Browse files Browse the repository at this point in the history
…within a single file #15
  • Loading branch information
jackcarlisle committed Sep 27, 2016
1 parent a219d10 commit e03cc1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/direct-upload/nightwatch.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
'src_folders': [
'tests/e2e'// Where you are storing your Nightwatch e2e tests
'test/e2e'// Where you are storing your Nightwatch e2e tests
],
'output_folder': './reports', // reports (test outcome) output by nightwatch
'selenium': { // downloaded by selenium-download module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<testsuite name="upload"
errors="0" failures="0" hostname="" id="" package="upload" skipped="0"
tests="1" time="7.671" timestamp="Tue, 27 Sep 2016 11:06:06 GMT">
tests="1" time="12.77" timestamp="Tue, 27 Sep 2016 11:16:20 GMT">

<testcase name="Image Upload" time="7.671" assertions="3">
<testcase name="Image Upload" time="12.77" assertions="3">



Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/direct-upload/test/index.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./generate_credentials.test.js')
require('./server.test.js')

0 comments on commit e03cc1f

Please sign in to comment.