• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

m-lab / ndt-e2e-clientworker / 151
87%

Build:
DEFAULT BRANCH: master
Ran 05 May 2016 03:17PM UTC
Jobs 1
Files 14
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
151

push

travis-ci

mtlynch
Fixing client wrapper so it always quit()s Selenium (#55)

* Fixing client wrapper so it always quit()s Selenium

This fixes a bug in that the client_wrapper was just calling close() on
the Selenium driver, which closes the browser window, but does not free
resources associated with the browser driver. To do that, we need to call
quit().

This changes create_browser to a context manager so that callers can call
it in a with block that automatically calls quit() at the end. Updates the
unit tests to match.

Small refactoring of apply_patches_for_create_browser so that it's now shared
between both the banjo tests and the HTML5 tests.

Renames NdtClientTest to NdtClientTestCase

482 of 547 relevant lines covered (88.12%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 151.1 05 May 2016 03:17PM UTC 0
88.12
Travis Job 151.1
Source Files on build 151
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #151
  • c8721f1f on github
  • Prev Build on master (#147)
  • Next Build on master (#157)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc