Feature switch created in Test Engine to switch between serverside JS implementation and TestEngine JS implementation. Query Params are created and passed when switch is turned on.
Checklist
[x] The code change is covered by unit tests. I have added tests that prove my fix is effective or that my feature works
[x] I have performed end-to-end test locally.
[x] New and existing unit tests pass locally with my changes
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
Description
Feature switch created in Test Engine to switch between serverside JS implementation and TestEngine JS implementation. Query Params are created and passed when switch is turned on.
Checklist