Skip to content

Commit 925f838

Browse files
committed
test(infra): configure wercker to run htmlunit with JS ON only
1 parent bc0f92a commit 925f838

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# CI
1313

1414

15-
| CI | Role | Time | Status |
16-
| --- | --- | --- | --- |
15+
| CI | Role | Time | Status | Notes |
16+
| --- | --- | --- | --- | --- |
1717
| travis | PhantomJS + HtmlUnit-All | 40m | [![Linux Build Status](https://img.shields.io/travis/seleniumQuery/seleniumQuery/master.svg?label=Linux+Build)](https://travis-ci.org/seleniumQuery/seleniumQuery) | |
1818
| shippable | Docker + Chrome NOT Headless | ??m | [![Run Status](https://api.shippable.com/projects/58b5bc1b1304cc0500e0c7b0/badge?branch=master)](https://app.shippable.com/github/seleniumQuery/seleniumQuery)
1919
| appveyor | Firefox NOT Headless | ??m | [![Windows Build Status](https://img.shields.io/appveyor/ci/acdcjunior/seleniumQuery/master.svg?label=Windows+Build)](https://ci.appveyor.com/project/acdcjunior/seleniumQuery/branch/master)
2020
| codeship | Saucelabs if `[run sauce]`, HtmlUnit-Chrome otherwise | 7m/2h30 | [![Build status](https://codeship.com/projects/7b37d0c0-d5b4-0133-1efe-62329e93051f/status?branch=master)](https://codeship.com/projects/142644)
21-
| wercker | HtmlUnit-All| 6m | [![wercker status](https://app.wercker.com/status/b772beb5c952865d659e548bf7d64f48/s "wercker status")](https://app.wercker.com/project/bykey/b772beb5c952865d659e548bf7d64f48)
21+
| wercker | HtmlUnit-All JS On only | 6m | [![wercker status](https://app.wercker.com/status/b772beb5c952865d659e548bf7d64f48/s "wercker status")](https://app.wercker.com/project/bykey/b772beb5c952865d659e548bf7d64f48) | Times out at 25m, so no big things here
2222
| circleci | Docker + HtmlUnit-Chrome | 9m | [![Circle CI](https://circleci.com/gh/seleniumQuery/seleniumQuery.svg?style=svg)](https://circleci.com/gh/seleniumQuery/seleniumQuery)
2323

2424
[![Sauce Test Status](https://saucelabs.com/open_sauce/build_matrix/acdcjunior.svg)](https://saucelabs.com/u/acdcjunior)

src/test/java/testinfrastructure/junitrule/config/EndToEndTestConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static DriverToRunTestsIn whatDriversShouldTestsRun() {
1919
return DriverToRunTestsIn.HTMLUNIT_CHROME_JS_ON_ONLY;
2020
}
2121
if (EnvironmentTestUtils.isRunningAtWercker()) {
22-
return DriverToRunTestsIn.HTMLUNIT_ALL_JS_ON_AND_OFF;
22+
return DriverToRunTestsIn.HTMLUNIT_ALL_JS_ON_ONLY;
2323
}
2424
if (EnvironmentTestUtils.isRunningAtContinuousIntegrationServer()) {
2525
return DriverToRunTestsIn.HEADLESS_DRIVERS_JS_ON_AND_OFF;

0 commit comments

Comments
 (0)