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

Automated fingerprint detection tests #18

Open
aartoni opened this issue Nov 15, 2024 · 3 comments
Open

Automated fingerprint detection tests #18

aartoni opened this issue Nov 15, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@aartoni
Copy link

aartoni commented Nov 15, 2024

Adding tests for fingerprint detection will help prevent regressions in the zendriver codebase. Below is a list of websites that can be used for testing:

Although this may take significant time, I believe it will be well worth the effort.

Note: I’d love to see more tests against Cloudflare/DataDome. However, given how frequently their results can change, it might be better to handle them in a separate workflow to avoid false positives unrelated to regressions.

@stephanlensky stephanlensky added the enhancement New feature or request label Nov 15, 2024
@stephanlensky
Copy link
Owner

Great idea - I'm working on Dockerizing the project now, at which point we'll definitely want to add some automated testing. I'll follow up here when that's ready.

@stephanlensky
Copy link
Owner

I just published a project template for using Zendriver with Docker: https://github.com/stephanlensky/zendriver-docker

Next step will be setting up a Docker container in this repo which can run automated tests (can base it off of ^)

@stephanlensky
Copy link
Owner

stephanlensky commented Nov 24, 2024

The most recent release includes some automated tests that you can run with

docker compose up test

and includes a proof-of-concept test to verify Zendriver is not detected by BrowserScan.

Now that the framework is setup, we just need to go through and add tests for all of the other sites you mentioned.

Eventually, it would be nice to get these tests running in GitHub actions CI as well, but I am not too sure how to do that w/ the GPU requirements of the Docker container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants