TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Reverted ProjectLocation to use Environment.CurrentDirectory #234

Closed mwhelan closed 8 years ago

mwhelan commented 8 years ago

AppDomain.CurrentDomain.RelativeSearchPath broke 50 acceptance tests because it returned empty string (locally with ReSharper runner and on build server). Reverted to Environment.CurrentDirectory to get all the tests passing again.