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

Integration tests break when user changes new driver version #965

Open
tmattsso opened this issue Nov 12, 2019 · 0 comments
Open

Integration tests break when user changes new driver version #965

tmattsso opened this issue Nov 12, 2019 · 0 comments

Comments

@tmattsso
Copy link

If I update the driver version file to something new (which I had to do, because the published version drags behind the repo currently), the automatic driver download fails and the tests fail because of wrong driver version.

It reads the new conf correctly, but already finds an old driver in the .driver folder. That file and the config have hash mismatches, so the plugin ignores the new file, and uses the old one. The old one will probably not work, because the users browser is newer than the old driver.

Also, NONE of this is documented in the readme file.

Suggestion:

  1. document what webdrivers.xml is
  2. document how to update it
  3. document what to do if update fails (delete the .driver folder)

The vaadin plugin could also maybe delete that directory.

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

No branches or pull requests

1 participant