Pylons / deform

A Python HTML form library.
Other
416 stars 160 forks source link

Improve section for Chrome. #476

Closed stevepiercy closed 3 years ago

stevepiercy commented 3 years ago
stevepiercy commented 3 years ago

@sydoluciani @tdamsma if you want to try out Chrome, I added instructions for macOS. I did this in a failed attempt to determine why the select2sortable plugin could not be controlled via Selenium, and this is my write up from my notes.

If you have additions for your OS, I'll accept them! Feedback appreciated.

stevepiercy commented 3 years ago

Note that I got Ran 239 tests in 478.777s, FAILED (errors=8, failures=9), but that means 222 successes! 😁

sydoluciani commented 3 years ago

Note that I got Ran 239 tests in 478.777s, FAILED (errors=8, failures=9), but that means 222 successes! 😁

I tried latest "stand alone selenium chrome container" and got 6 errors, downgraded to lower version , and got 2 errors. Either we can replace the local dirver with container version, or we can have local driver and container both.

Firefox will be the main stream that shall pass either local driver or container, the rest will be experimental.

stevepiercy commented 3 years ago

Either we can replace the local dirver with container version, or we can have local driver and container both.

Yeah, that will come in the next iteration to go with your PR. I want to at least have this part done, so I'm merging for now.