-
Notifications
You must be signed in to change notification settings - Fork 314
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
Introducing seed profile #735
Conversation
Codecov Report
@@ Coverage Diff @@
## master #735 +/- ##
==========================================
+ Coverage 40.50% 43.10% +2.59%
==========================================
Files 29 29
Lines 3180 3464 +284
==========================================
+ Hits 1288 1493 +205
- Misses 1892 1971 +79
Continue to review full report at Codecov.
|
instead of letting the WebDriverException bubble up we're now turning it into an AssertionError
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vringar This looks great. I'm glad to see this was relatively straightforward.
Would you mind to review the new documentation I've added in the most recent commit. If it's correct, please merge!
Thanks for improving the docs on this! |
We now differentiate between a seed_profile and a recovery_profile. This allows us to run stateless crawls with seeded profiles without having to restore support for stateful crawls. Co-authored-by: Steven Englehardt <[email protected]>
Closes #734