Conversation
|
Amazing work - the tests do indeed all seem to run and pass which is more than we've had for a long time 🎉 I do think we need to revisit some of this code and clean it up though. I'm particularly not fond of vendoring the binaries and would like to find a solution that doesn't require us to do that. 🤔 Could you squash the commits down into either: a set of logical separate commits, or just a single commit if there's not a sensible separation between them? |
Webdriver_manager added to install chrome driver on Windows
Testing on github actions I broke Linux tests and fixed them again
|
Hello, Yes sorry for the mess, I should have fixed it! The code is definitely a mess and very "hacky". Do you have any suggestion for testing without the binary? I'm not sure how else tests could be done on Eel Thank you
|
… Windows-Tests
e533525 to
eb705d1
Compare
|
What a mess! Sorry! I'm not even sure if I've done it or not? If it's no good I will make a new branch and start new PR |
I have fixed tests, is it pretty... no but they do run, I'm sure there are improvement that could be made!
Sorry for the number of commits and the bad names, I was just testing using the GitHub actions, but the actually changes are small ish.
Thanks