This file contains hidden or 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
[error] Test automationFramework.SimpleJunit.selenium_ScreenShot failed: org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(/Applications/Firefox.app/Contents/MacOS/firefox-bin) on port 7055; process output follows: | |
[error] .sc.lz4 DEBUG Save changes | |
[error] 1508762581672 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581673 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581674 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581674 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581675 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581675 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581676 DeferredSave.webext.sc.lz4 DEBUG Save changes | |
[error] 1508762581677 DeferredSave.webext.sc.lz4 DEBUG Save changes |
This file contains hidden or 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
[info] Compiling 2 Java sources to /Users/Fannity/Desktop/global_loopauction/target/scala-2.11/test-classes... | |
System Properties seting Key value. | |
Launching Browser | |
Start Chrome Browser Testing | |
15:08:45,308 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] | |
15:08:45,309 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] | |
15:08:45,309 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/Users/Fannity/Desktop/global_loopauction/target/scala-2.11/classes/logback.xml] | |
15:08:45,543 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set | |
15:08:45,546 |-INFO in ch.qos.logback.core.joran.action.ConversionRuleAction - registering conversion word coloredLevel with class [play.api.libs.logback.ColoredLevel] | |
15:08:45,546 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.ext.loggly.Lo |
This file contains hidden or 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 webpack = require('webpack'); | |
const path = require('path'); | |
const ExtractTextPlugin = require('extract-text-webpack-plugin'); | |
const HtmlWebpackPlugin = require('html-webpack-plugin'); | |
const CopyWebpackPlugin = require('copy-webpack-plugin'); | |
const extractCSS = new ExtractTextPlugin('[name].fonts.css'); | |
const extractSCSS = new ExtractTextPlugin('[name].styles.css'); | |
const BUILD_DIR = path.resolve(__dirname, 'build'); |
This file contains hidden or 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
{ | |
"name": "coreui-react", | |
"version": "1.0.0-alpha.6", | |
"description": "CoreUI React Open Source Bootstrap Admin Template", | |
"author": "Łukasz Holeczek <[email protected]>", | |
"url": "http://coreui.io", | |
"copyright": "Copyright 2017 creativeLabs Łukasz Holeczek", | |
"license": "MIT", | |
"private": true, | |
"homepage": ".", |