TestingResearchIllinois / starts

STARTS - A tool for STAtic Regression Test Selection
Other
28 stars 37 forks source link

Support for SBT for scala projects #90

Open ayush9999-qa opened 2 years ago

ayush9999-qa commented 2 years ago

Do we have support of STARTS for scala projects using sbt? I tried adding following sbt dependencies to scala project, ran scalatests but couldn't run it using sbt command.

https://mvnrepository.com/artifact/edu.illinois/starts/1.3

Can someone please tell me what is the correct way to run the tests?

owolabileg commented 2 years ago

Hi @ayush9999-qa, STARTS does not currently have support for Scala. But, we are open to pull requests if you'd like to add such support.