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

Add selenium tests #103

Merged
merged 43 commits into from
Oct 1, 2018
Merged

Add selenium tests #103

merged 43 commits into from
Oct 1, 2018

Conversation

cowlicks
Copy link
Owner

Closes #7

Currently this is just a dump of code that:

  • Uses selenium to run chrome with Privacy Possum installed
  • Start a simple express app
  • visit the express app with the chrome instance

Now that we have something to build off, we need to:

  • Make an express app to serve some in-browser unit tests
  • finish the etag test, and add more complex tests
  • Move the tests out a directory that is packaged with the extension
  • update the .travis.yml to run these headlessley
  • run the tests in firefox

I'll probably merge this as soon as it can run on travis-ci to be useful. The rest of the unfinished stuff can be made into separate issues.

This reflects selenium test name change. And uses mocha to run the
tests.
@cowlicks cowlicks merged commit 09981f5 into master Oct 1, 2018
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.

1 participant