I need to run the same End to End automation test for our application on multiple platforms i.e. Linux, Mac and Windows.
For that, the syntax and commands are definitely different for each config file.
For now, I am running each config file in a different branch with the same code cloned and a separate config file for each platform.
Is there any solution for that? Any workaround suggestion is welcome.