Selenium Python - CI/CD Integration
You want Jenkins to run Selenium Python tests only if the code changes affect the
tests/ folder. Which Jenkins feature helps achieve this?tests/ folder. Which Jenkins feature helps achieve this?when conditions to control stage execution.when { changeset '**/tests/**' } runs tests only if files in tests folder changed.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions