karma-safari-launcher icon indicating copy to clipboard operation
karma-safari-launcher copied to clipboard

Safari vs PhantomJS ReferenceError

Open RLovelett opened this issue 10 years ago • 2 comments

I have recently bumped my Karma version from 0.10.x to 0.12.x. There now appears to be an inconsistency between the Safari runs and the PhantomJS runs. Safari always gives the following error. (I should also point out if I do not use both PhantomJS and Safari in the config. Then Karma hangs after these ReferenceError messages).

Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/webview/specs/fixtures/thumbnailer/registrar.html.js:1

This is weird to me because none of my code relies on AngularJS. Therefore, it is not surprising it cannot be found in my HTML fixtures (obviously one of the Karma frameworks may include it).

Obviously, I am seeking a solution to the problem. But I am not opposed to providing a patch either. I just really do not know how to track down this issue. Help?

Below is my karma.conf.js file and the full Karma output using config.LOG_DEBUG.

// Karma configuration
// Generated on Thu Mar 20 2014 13:41:27 GMT-0400 (EDT)

module.exports = function(config) {
  config.set({

    // base path, that will be used to resolve files and exclude
    basePath: '',


    // frameworks to use
    frameworks: ['jasmine', 'requirejs'],


    preprocessors: {
      'specs/**/*.html': ['html2js']
    },


    // list of files / patterns to load in the browser
    files: [
      // Need to do this to make sure jasmine-jquery is setup
      // This is because jasmine-jquery does not support AMD/RequireJS
      'support/js/libs/jquery-1.9.1.js',
      'support/js/libs/jasmine-jquery.js',

      // Start setup of the test environment
      'specs/fixtures/**/*.html',
      'specs/js/spec-main.js',
      {pattern: 'support/js/libs/**/*.js', included: false},
      {pattern: 'support/js/refman/**/*.js', included: false},
      {pattern: 'specs/js/**/*Spec.js', included: false}
    ],


    // list of files to exclude
    exclude: [
      'support/js/app.js'
    ],


    // test results reporter to use
    // possible values: 'dots', 'progress', 'junit', 'growl', 'coverage'
    reporters: ['progress'],


    // web server port
    port: 9876,


    // enable / disable colors in the output (reporters and logs)
    colors: true,


    // level of logging
    // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
    logLevel: config.LOG_DEBUG,


    // enable / disable watching file and executing tests whenever any file changes
    autoWatch: true,


    // Start these browsers, currently available:
    // - Chrome
    // - ChromeCanary
    // - Firefox
    // - Opera (has to be installed with `npm install karma-opera-launcher`)
    // - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
    // - PhantomJS
    // - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
    browsers: ['Safari', 'PhantomJS'],


    // If browser does not capture in given timeout [ms], kill it
    captureTimeout: 60000,


    // Continuous Integration mode
    // if true, it capture browsers, run tests and exit
    singleRun: false
  });
};
DEBUG [config]: autoWatch set to false, because of singleRun
DEBUG [plugin]: Loading karma-* from /Users/ryan/Source/ecp-fsr-webview/node_modules
DEBUG [plugin]: Loading plugin /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-html2js-preprocessor.
DEBUG [plugin]: Loading plugin /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine.
DEBUG [plugin]: Loading plugin /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-junit-reporter.
DEBUG [plugin]: Loading plugin /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-phantomjs-launcher.
DEBUG [plugin]: Loading plugin /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-requirejs.
DEBUG [plugin]: Loading plugin /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-safari-launcher.
INFO [karma]: Karma v0.12.1 server started at http://localhost:9876/
INFO [launcher]: Starting browser Safari
DEBUG [temp-dir]: Creating temp dir at /var/folders/4s/b4nws0xn4v38mcs1c4s5mnkm0000gn/T/karma-63678209
INFO [launcher]: Starting browser PhantomJS
DEBUG [temp-dir]: Creating temp dir at /var/folders/4s/b4nws0xn4v38mcs1c4s5mnkm0000gn/T/karma-66097753
DEBUG [launcher]: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs /var/folders/4s/b4nws0xn4v38mcs1c4s5mnkm0000gn/T/karma-66097753/capture.js
DEBUG [preprocessor.html2js]: Processing "/Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/injector.html".
DEBUG [preprocessor.html2js]: Processing "/Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay.html".
DEBUG [preprocessor.html2js]: Processing "/Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay-video.html".
DEBUG [preprocessor.html2js]: Processing "/Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/registrar.html".
DEBUG [launcher]: /Applications/Safari.app/Contents/MacOS/Safari /var/folders/4s/b4nws0xn4v38mcs1c4s5mnkm0000gn/T/karma-63678209/redirect.html
DEBUG [preprocessor.html2js]: Processing "/Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/touching.html".
DEBUG [preprocessor.html2js]: Processing "/Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/view.html".
DEBUG [watcher]: Resolved files:
    /Users/ryan/Source/ecp-fsr-webview/node_modules/requirejs/require.js
    /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-requirejs/lib/adapter.js
    /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine/lib/jasmine.js
    /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine/lib/boot.js
    /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine/lib/adapter.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/libs/jquery-1.9.1.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/libs/jasmine-jquery.js
    /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/injector.html.js
    /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay-video.html.js
    /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay.html.js
    /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/registrar.html.js
    /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/touching.html.js
    /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/view.html.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/spec-main.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/libs/Squire.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/libs/jquery.panzoom.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/libs/mustache.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/libs/require.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/lightbox/injector.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/lightbox/overlay.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/native/bridge.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/lastTouched.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/registrar.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/scrollStopper.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/touching.js
    /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/view.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/lightbox/injectorSpec.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/lightbox/overlaySpec.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/lastTouchedSpec.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/registrarSpec.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/scrollStopperSpec.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/touchingSpec.js
    /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/viewSpec.js
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/client.html
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/karma.js
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/client.html
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/karma.js
DEBUG [web-server]: upgrade /socket.io/1/websocket/Oa-2w7xo4_OW0knJxni6
DEBUG [karma]: A browser has connected on socket Oa-2w7xo4_OW0knJxni6
INFO [PhantomJS 1.9.7 (Mac OS X)]: Connected on socket Oa-2w7xo4_OW0knJxni6 with id 66097753
DEBUG [launcher]: PhantomJS (id 66097753) captured in 1.278 secs
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/context.html
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/node_modules/requirejs/require.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-requirejs/lib/adapter.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/injector.html.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/libs/jasmine-jquery.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine/lib/boot.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine/lib/jasmine.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/node_modules/karma-jasmine/lib/adapter.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/libs/jquery-1.9.1.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay-video.html.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay.html.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/registrar.html.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/touching.html.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/view.html.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/spec-main.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/lightbox/injectorSpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/lightbox/overlaySpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/lastTouchedSpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/registrarSpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/scrollStopperSpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/touchingSpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/specs/js/refman/thumbnailer/viewSpec.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/lastTouched.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/libs/Squire.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/lightbox/overlay.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/scrollStopper.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/touching.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/libs/jquery.panzoom.js
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/libs/mustache.js
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/context.html
PhantomJS 1.9.7 (Mac OS X): Executed 12 of 59 SUCCESS (0 secs / 0.004 secs)
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/lightbox/injector.js
PhantomJS 1.9.7 (Mac OS X): Executed 14 of 59 SUCCESS (0 secs / 0.035 secs)
DEBUG [web-server]: serving: /Users/ryan/Source/ecp-fsr-webview/node_modules/karma/static/context.html
PhantomJS 1.9.7 (Mac OS X): Executed 15 of 59 SUCCESS (0 secs / 0.04 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/registrar.js
PhantomJS 1.9.7 (Mac OS X): Executed 16 of 59 SUCCESS (0 secs / 0.063 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 17 of 59 SUCCESS (0 secs / 0.071 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/Wings-thumb.jpg
PhantomJS 1.9.7 (Mac OS X): Executed 18 of 59 SUCCESS (0 secs / 0.076 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 19 of 59 SUCCESS (0 secs / 0.082 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 20 of 59 SUCCESS (0 secs / 0.088 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 21 of 59 SUCCESS (0 secs / 0.1 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
DEBUG [web-server]: serving (cached): /Users/ryan/Source/ecp-fsr-webview/support/js/refman/thumbnailer/view.js
DEBUG [web-server]: upgrade /socket.io/1/websocket/L_R5ah_S6neAUEjOxni5
DEBUG [karma]: A browser has connected on socket L_R5ah_S6neAUEjOxni5
INFO [Safari 7.0.2 (Mac OS X 10.9.2)]: Connected on socket L_R5ah_S6neAUEjOxni5 with id 63678209
DEBUG [launcher]: Safari (id 63678209) captured in 1.48 secs
PhantomJS 1.9.7 (Mac OS X): Executed 22 of 59 SUCCESS (0 secs / 0.14 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/Wings-thumb.jpg
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 23 of 59 SUCCESS (0 secs / 0.15 secs)
WARN [web-server]: 404: /images/1_Front_matter/Wings.jpg
WARN [web-server]: 404: /images/1_Front_matter/Wings.jpg
PhantomJS 1.9.7 (Mac OS X): Executed 24 of 59 SUCCESS (0 secs / 0.159 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
WARN [web-server]: 404: /images/1_Front_matter/Wings.jpg
PhantomJS 1.9.7 (Mac OS X): Executed 25 of 59 (skipped 1) SUCCESS (0 secs / 0.167 secs)
WARN [web-server]: 404: /images/thumbs/1_Front_matter/Wings-thumb.jpg
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 26 of 59 (skipped 1) SUCCESS (0 secs / 0.181 secs)
WARN [web-server]: 404: /images/1_Front_matter/Wings.jpg
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/1_Front_matter/promulgation.png
WARN [web-server]: 404: /images/1_Front_matter/H60FH_GraphicsFrontMatterMH60R.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/Wings-thumb.jpg
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/injector.html.js:1
Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay-video.html.js:1
Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/lightbox/overlay.html.js:1
Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/registrar.html.js:1
Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/touching.html.js:1
PhantomJS 1.9.7 (Mac OS X): Executed 27 of 59 (skipped 1) SUCCESS (0 secs / 0.194 secs)
Safari 7.0.2 (Mac OS X 10.9.2) ERROR
  ReferenceError: Can't find variable: angular
  at /Users/ryan/Source/ecp-fsr-webview/specs/fixtures/thumbnailer/view.html.js:1
PhantomJS 1.9.7 (Mac OS X): Executed 28 of 59 (skipped 1) SUCCESS (0 secs / 0.207 secs)
WARN [web-server]: 404: /images/1_Front_matter/H60FH_GraphicsFrontMatterMH60R.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/Wings-thumb.jpg
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
PhantomJS 1.9.7 (Mac OS X): Executed 28 of 59 (skipped 1) SUCCESS (0 secs / 0.207 secs)
PhantomJS 1.9.7 (Mac OS X): Executed 29 of 59 (skipped 1) SUCCESS (0 secs / 0.222 secs)
WARN [web-server]: 404: /images/1_Front_matter/H60FH_GraphicsFrontMatterMH60R.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/Wings-thumb.jpg
WARN [web-server]: 404: /images/thumbs/1_Front_matter/H60FH_GraphicsFrontMatterMH60R-thumb.png
WARN [web-server]: 404: /images/thumbs/1_Front_matter/promulgation-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/TacChangeRecomForm-thumb.png
WARN [web-server]: 404: /images/thumbs/2_Preface/3-viewaircraft-thumb.png
WARN [web-server]: 404: /images/1_Front_matter/promulgation.png
PhantomJS 1.9.7 (Mac OS X): Executed 35 of 59 (skipped 1) SUCCESS (0 secs / 0.24 secs)
PhantomJS 1.9.7 (Mac OS X): Executed 49 of 59 (skipped 1) SUCCESS (0 secs / 0.296 secs)
PhantomJS 1.9.7 (Mac OS X): Executed 58 of 59 (skipped 1) SUCCESS (0.329 secs / 0.323 secs)
DEBUG [karma]: Run complete, exitting.
DEBUG [launcher]: Disconnecting all browsers
DEBUG [launcher]: Process PhantomJS exited with code 0
DEBUG [temp-dir]: Cleaning temp dir /var/folders/4s/b4nws0xn4v38mcs1c4s5mnkm0000gn/T/karma-66097753
DEBUG [launcher]: Process Safari exited with code 0
DEBUG [temp-dir]: Cleaning temp dir /var/folders/4s/b4nws0xn4v38mcs1c4s5mnkm0000gn/T/karma-63678209

RLovelett avatar Mar 26 '14 19:03 RLovelett

Seems to be fixed by v0.12.2 so I am going to close this. Not sure what fixed it. Just seems to be resolved.

RLovelett avatar Mar 31 '14 17:03 RLovelett

Spoke too soon; it is still happening. Tested with the wrong code.

RLovelett avatar Mar 31 '14 18:03 RLovelett