This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Description
Hey there,
I have a pretty rich suite of protractor tests now. I am now trying to automate my protractor tests across different environments. This obviously prompts a configuration challenge. I have coded my way around baseUrl
not working by using the onPrepare
option. This isn't ideal though. Is there any reason my tests don't automatically prefix the baseUrl
to my relative paths when doing a ptor.driver.get('/myState')
?
Thanks in advance.