I want to edit the properties file using Maven profile and then build project to run the test with edited property file using Maven build. I have following in my property file (config.properties
)
browsername=${browser}
environment=${env}
I have tried all the solutions given and it's not working for me.