elixir-wallaby / web_driver_client

MIT License
14 stars 13 forks source link

Add hackney as dependency #15

Closed aaronrenner closed 4 years ago

aaronrenner commented 4 years ago

This adds hackney as an explicit dependency. I'm considering supporting multiple HTTP clients in the future (like tesla) but for initial release, I'm thinking it will be much simpler to only support one http library.

codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           81        81           
  Lines          815       815           
=========================================
  Hits           815       815           
Flag Coverage Δ
#Chromedriver 78.65% <ø> (ø)
#IntegrationTest 81.47% <ø> (ø)
#Phantomjs 40.85% <ø> (ø)
#Selenium2Chrome 45.15% <ø> (ø)
#Selenium2Firefox 45.15% <ø> (ø)
#Selenium3Chrome 78.89% <ø> (ø)
#Selenium3Firefox 46.13% <ø> (ø)
#UnitTest 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e014af...245ee92. Read the comment docs.