I added my script on the same project, added the new file under /src/test/scala/someTest .
My problem is -
1) when I wanted to created a new scala file, when choosing "new" (right click on the "scala" directory) I don't have an option for Scala object, just scala script or scala worksheet. I chose scala script. when looking at the files themselves (not via intellij) I see that the original script is of type Unix Executable file and mine is of type Document. I assume I need to compile/re-build the project or something of that sort? (I'm working on mac if it makes a difference)
2) I tried to run mvn clean install and I get the message - [ERROR] More than 1 simulation to run, need to specify one