hodooor / Hodoor

Server side for Hodoor - Casual attendance system
GNU General Public License v3.0
8 stars 6 forks source link

Using chrome driver for functional tests #70

Closed Tomik292 closed 7 years ago

OndrejVicar commented 7 years ago

@Tomik292 i found out that there is chromedriver on npm. You should add it to npm dependencies and it will be installed automatically during npm install phase. So after that, you can delete instructions from README

OndrejVicar commented 7 years ago

I've tried it on second system. Still failing. We will let it open until #76 is resolved.

OndrejVicar commented 7 years ago

@Tomik292 we would need another change. Pls update selenium to newest version (in 'requirements.txt') Then check if everything is still passing. So final state should be testing in chrome with newest version of selenium.

Tomik292 commented 7 years ago

All tests work fine even after selenium upgrade