1abf455711
Version mismatch between browser and selenium driver breaks the tests. The Webdriver manager automatically ensures the compatibility by downloading the right driver for the installed browser.
17 lines
260 B
Plaintext
17 lines
260 B
Plaintext
# Files to be ignored by Git
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
*.py[cod]
|
|
|
|
# Virtual environment
|
|
env/
|
|
|
|
# IntelliJ project files
|
|
.idea
|
|
|
|
# Webdriver Manager: cache for selenium drivers
|
|
.wdm
|
|
|
|
# Generated (compiled) JavaScript code
|
|
__target__/
|
|
OOMAnalyser.js |