seratch / scalatest

Automatically exported from code.google.com/p/scalatest
Apache License 2.0
0 stars 0 forks source link

scalatest maven plugin to support changing the working directory like maven surefire plugin #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by rajkumar...@gmail.com on 18 Jul 2013 at 5:28

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I am developing a inhouse specification style acceptance testing framework. Our 
application suite is always lauched relative to a common directory where all 
configs are available. I need to run my automated test relative to that 
location. I think maven sure fire plugin has an option to support changing the 
working directory. Can you please provide the same at the earliest. For now I 
am specializing absolute paths only for this framework. Can you please look 
into this at the earliest.

I am  finding scalatest 2.0 to be of great flexibility. Thank you for the great 
testing platform

Original comment by rajkumar...@gmail.com on 19 Jul 2013 at 2:20

jimwrightcz commented 3 years ago

I'm also missing this. For surefire plugin I have:

<configuration>
  <workingDirectory>${basedir}/target</workingDirectory>
...

It would be a good next step to specify an enhancement here so someone can submit a PR but I need a workaround first...

jimwrightcz commented 3 years ago

... however, this is the wrong project. This issue does not belong here but in https://github.com/scalatest/scalatest-maven-plugin. Also this issue: https://github.com/scalatest/scalatest-maven-plugin/issues/66 links to: https://github.com/janhicken/surefire-scalatest and using that may avoid the issue.