Selenium has a known issue in 3.141.0 (latest stable version) for uploading files which won't have it's fix back ported
So use Selenium 4.0.0a7 (recommended by selenium on their github issue)
But then.... Selenium 4 doesn't support Python 3.6
So the .tests.yml, docker-compose file and Dockerfile, so that there's a separate build for py3.6 using 3.141 and other py versions using 4.0.0a7 and use pytest.skip for tests with known issues in 3.141
Adds integration tests for:
Note:
.tests.yml
, docker-compose file and Dockerfile, so that there's a separate build for py3.6 using 3.141 and other py versions using 4.0.0a7 and use pytest.skip for tests with known issues in 3.141