Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace agouti and chromedriver with chromedp across the whole project #1598

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

cfryanr
Copy link
Member

@cfryanr cfryanr commented Aug 1, 2023

Loved agouti but it was archived by its author and it seems like it stopped working when Chrome v115 was released in mid-July 2023. chromedp is newer, seems to be maintained, and has the added bonus that it does not require using chromedriver.

Release note:

None because this PR only changes the integration tests.

NONE

@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #1598 (4512eec) into main (2c27db0) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1598      +/-   ##
==========================================
- Coverage   75.49%   75.47%   -0.02%     
==========================================
  Files         166      166              
  Lines       15012    15012              
==========================================
- Hits        11333    11331       -2     
- Misses       3385     3388       +3     
+ Partials      294      293       -1     

see 1 file with indirect coverage changes

@cfryanr cfryanr force-pushed the chromedp branch 3 times, most recently from 34c4dd9 to 907b2f7 Compare August 1, 2023 16:42
@cfryanr cfryanr merged commit 2cdd7c9 into main Aug 1, 2023
9 checks passed
@cfryanr cfryanr deleted the chromedp branch August 1, 2023 19:23
Copy link
Member

@benjaminapetersen benjaminapetersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, surprising how 1:1 close the changes are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants