Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#244 - test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaihuludus committed Jul 3, 2018
1 parent 7c38ac8 commit 4238152
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
* limitations under the License.
* #L%
*/
package com.cognifide.qa.bb.core.logging;
package com.cognifide.qa.bb.logging;

import org.mockito.ArgumentMatchers;
import org.mockito.Mockito;

import com.cognifide.qa.bb.logging.ProxyLogger;
import com.cognifide.qa.bb.core.logging.reporter.GuiceModulesInstaller;
import com.cognifide.qa.bb.logging.reporter.GuiceModulesInstaller;
import java.util.List;

import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* limitations under the License.
* #L%
*/
package com.cognifide.qa.bb.core.logging.reporter;
package com.cognifide.qa.bb.logging.reporter;

import com.cognifide.qa.bb.junit.JUnitModule;
import com.cognifide.qa.bb.logging.ReporterModule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* limitations under the License.
* #L%
*/
package com.cognifide.qa.bb.core.logging.reporter;
package com.cognifide.qa.bb.logging.reporter;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# where to put reports and screenshots
bobcat.report.path=./target/report-html

# possible values: html, json, simple, stdout
bobcat.report.reporters=html,json,simple,stdout

webdriver.type=firefox

0 comments on commit 4238152

Please sign in to comment.