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

Introducing seed profile #735

Merged
merged 4 commits into from
Sep 11, 2020
Merged

Introducing seed profile #735

merged 4 commits into from
Sep 11, 2020

Conversation

vringar
Copy link
Contributor

@vringar vringar commented Aug 24, 2020

Closes #734

@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #735 into master will increase coverage by 2.59%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
automation/DeployBrowsers/deploy_firefox.py 15.45% <0.00%> (ø)
automation/BrowserManager.py 49.74% <100.00%> (+3.59%) ⬆️
automation/utilities/platform_utils.py 81.81% <100.00%> (+2.27%) ⬆️
automation/MPLogger.py 65.24% <0.00%> (-1.22%) ⬇️
automation/utilities/multiprocess_utils.py 33.33% <0.00%> (-1.15%) ⬇️
automation/TaskManager.py 81.50% <0.00%> (+3.44%) ⬆️

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 df80524...a20c7b6. Read the comment docs.

test/test_profile.py Outdated Show resolved Hide resolved
instead of letting the WebDriverException bubble up
we're now turning it into an AssertionError
Copy link
Collaborator

@englehardt englehardt left a 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!

@vringar
Copy link
Contributor Author

vringar commented Sep 11, 2020

Thanks for improving the docs on this!

@vringar vringar merged commit 44c1060 into master Sep 11, 2020
@vringar vringar deleted the seed_profile branch September 11, 2020 08:38
Zaxeli pushed a commit to Zaxeli/OpenWPM that referenced this pull request Aug 10, 2021
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting profile_tar only works for the first site of a browser
2 participants