This PR contains updates to Selenium API test generator to create test methods for duplicate crawl paths, with _dup* suffix added to the test method name.
Related to # (issue)
Type of Change
Please check the types of changes your PR introduces.
[ ] Bug fix (non-breaking change that fixes an issue)
[x] New feature (non-breaking change that adds functionality)
[ ] Refactoring (non-breaking code restructuring that preserves functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Build-related update (CI workflow, test cases)
[ ] Documentation update
[ ] Other (please describe):
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so that it can be replicated.
Please also list any relevant details for your test configuration.
[ ] Test A
[ ] Test B
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
This PR contains updates to Selenium API test generator to create test methods for duplicate crawl paths, with
_dup*
suffix added to the test method name.Related to # (issue)
Type of Change
Please check the types of changes your PR introduces.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so that it can be replicated. Please also list any relevant details for your test configuration.
Checklist