This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build 27-jun-2013 09:57:28 [ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:1.3.1.2:test (jasmine:test) on project hpp-webapp: The jasmine-maven-plugin encountered an exception: | |
build 27-jun-2013 09:57:28 [ERROR] java.lang.RuntimeException: org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died. | |
build 27-jun-2013 09:57:28 [ERROR] Build info: version: '2.32.0', revision: '6c40c187d01409a5dc3b7f8251859150c8af0bcb', time: '2013-04-09 10:39:28' | |
build 27-jun-2013 09:57:28 [ERROR] System info: os.name: 'Windows Server 2008 R2', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_34' | |
build 27-jun-2013 09:57:28 [ERROR] Driver info: driver.version: RemoteWebDriver | |
build 27-jun-2013 09:57:28 [ERROR] at com.github.searls.jasmine.runner.SpecRunnerExecutor.execute(SpecRunnerExecutor.java:39) | |
build 27-jun-2013 09:57:28 [ERROR] at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:78) | |
build 27-jun-2013 09:57:28 [ERROR] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build 27-jun-2013 10:29:33 [ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:1.3.1.2:test (jasmine:test) on project hpp-webapp: The jasmine-maven-plugin encountered an exception: | |
build 27-jun-2013 10:29:33 [ERROR] java.lang.RuntimeException: org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died. | |
build 27-jun-2013 10:29:33 [ERROR] Build info: version: '2.32.0', revision: '6c40c187d01409a5dc3b7f8251859150c8af0bcb', time: '2013-04-09 10:39:28' | |
build 27-jun-2013 10:29:33 [ERROR] System info: os.name: 'Windows Server 2008 R2', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_34' | |
build 27-jun-2013 10:29:33 [ERROR] Driver info: driver.version: RemoteWebDriver | |
build 27-jun-2013 10:29:33 [ERROR] at com.github.searls.jasmine.runner.SpecRunnerExecutor.execute(SpecRunnerExecutor.java:39) | |
build 27-jun-2013 10:29:33 [ERROR] at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:78) | |
build 27-jun-2013 10:29:33 [ERROR] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build 17-jul-2013 13:17:38 [ERROR] Failed to execute goal com.github.searls:jasmine-maven-plugin:1.3.1.2:test (jasmine:test) on project hpp-webapp: The jasmine-maven-plugin encountered an exception: | |
build 17-jul-2013 13:17:38 [ERROR] java.lang.RuntimeException: org.openqa.selenium.remote.UnreachableBrowserException: Error communicating with the remote browser. It may have died. | |
build 17-jul-2013 13:17:38 [ERROR] Build info: version: '2.32.0', revision: '6c40c187d01409a5dc3b7f8251859150c8af0bcb', time: '2013-04-09 10:39:28' | |
build 17-jul-2013 13:17:38 [ERROR] System info: os.name: 'Windows Server 2008 R2', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_34' | |
build 17-jul-2013 13:17:38 [ERROR] Driver info: driver.version: RemoteWebDriver | |
build 17-jul-2013 13:17:38 [ERROR] at com.github.searls.jasmine.runner.SpecRunnerExecutor.execute(SpecRunnerExecutor.java:39) | |
build 17-jul-2013 13:17:38 [ERROR] at com.github.searls.jasmine.mojo.TestMojo.executeSpecs(TestMojo.java:78) | |
build 17-jul-2013 13:17:38 [ERROR] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"requirePaddingNewLineAfterVariableDeclaration": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"presets": ["es2015"], | |
"plugins": ["transform-es3-property-literals", "transform-es3-member-expression-literals"] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"globals": { | |
"__dirname": false, | |
"__filename": false, | |
"arguments": false, | |
"Buffer": false, | |
"clearImmediate": false, | |
"clearInterval": false, | |
"clearTimeout": false, | |
"console": false, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/simbekkh/.nvm/versions/node/v6.7.0/bin/node', | |
1 verbose cli '/Users/simbekkh/.nvm/versions/node/v6.7.0/bin/npm', | |
1 verbose cli 'dedupe' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 silly dedupe normalizeTree |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const woop = require('entries-test') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git i/packages/babel-jest/build/index.js w/packages/babel-jest/build/index.js | |
index e7684259..b718e3ba 100644 | |
--- i/packages/babel-jest/build/index.js | |
+++ w/packages/babel-jest/build/index.js | |
@@ -10,9 +10,6 @@ | |
'use strict'; | |
- | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"globals": { | |
"Array": false, | |
"ArrayBuffer": false, | |
"Boolean": false, | |
"constructor": false, | |
"DataView": false, | |
"Date": false, | |
"decodeURI": false, | |
"decodeURIComponent": false, |
OlderNewer