privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
797 stars 23 forks source link

Is it possible to use your server resources for private testing? #170

Closed uazo closed 1 year ago

uazo commented 1 year ago

hi @arthuredelstein

I occasionally use your repo to check some implementations I do, mainly as a non-regression test. since non-public server resources are being used to run your tests, I would like to ask you if it is possible to have server-side code available as well, or if alternatively it is okay to use your own server resources.

thank you for your work

arthuredelstein commented 1 year ago

Hi @uazo -- all server-side testing code is included in the repository. You can see it in the live/ and static/ directories. You are very welcome to use my server when you run the tests. (In the future I hope to make it possible to run the server-side code on localhost, but I haven't had time to do that yet.)

uazo commented 1 year ago

You are very welcome to use my server when you run the tests

thank you very much! for me it is much simpler that way!

You can see it in the live/ and static/ directories

sorry, I didn't realise

arthuredelstein commented 1 year ago

No problem @uazo! Thank you for using it. :)