Selenium Python - CI/CD Integration
You added this Jenkins Pipeline step to run Selenium tests:
But the build fails with "No module named selenium" error. What is the likely fix?
sh 'python3 -m selenium test_suite.py'
But the build fails with "No module named selenium" error. What is the likely fix?
