I have recently switched computers and am trying to get ScalaTest to run in my ScalaIDE again.
When I right click on the file in the project explorer, or when I right click on the code in the editor, I can see the "Run As" option in the drop down menu, but the only option available is "Run Configurations."
I can create my own run configuration manually, and run the test just fine, and then have a run configuration that I can run from the Run icon in the toolbar, but I don't what to have to create one of these for each tests.
Here is what I have so far, and would be grateful if anybody could provide any additional ideas:
My system:
OSX: Yosemite 10.10.5
Scala: 2.11.6
JRE: 1.8.0
ScalaIDE: 4.1.1-vfinal-20150727-1320-Typesafe
ScalaTest Plugin: 2.9.3.v-4-2_11-201509031342-a29ebef
This morning there was an updated ScalaTest Plugin:
2.9.3.v-4-2_11-201509221346-a29ebef
After updating, everything works fine!
I'll leave this here, as I'm thinking that the steps I took in my question seem to encompass most of the recommended steps that I have seen from various other StackOverflow errors.