在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):teigen/maven-scalatest-plugin开源软件地址(OpenSource Url):https://github.com/teigen/maven-scalatest-plugin开源编程语言(OpenSource Language):Scala 83.3%开源软件介绍(OpenSource Introduction):NOTE: this plugin is currently being intregrated into ScalaTest Overviewmaven-scalatest-plugin is a Maven plugin that integrates ScalaTest functionality into Maven. Building and Installingmaven-scalatest-plugin is not available from the standard Maven repositories. To install it, git clone http://github.com/teigen/maven-scalatest-plugin.git cd maven-scalatest-plugin && mvn clean install UsageAdd the following to your project’s pom.xml file. <project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>com.jteigen</groupId> <artifactId>maven-scalatest-plugin</artifactId> <version>1.1-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>com.jteigen</groupId> <artifactId>maven-scalatest-plugin</artifactId> <version>1.1-SNAPSHOT</version> </plugin> ... </plugins> </build> ... </project> To run your scalatests (in your project)
To start the scalatest gui (in your project)
If you want to run a particular suite of tests (in your project):
ConfigurationTo generate the configuration documentation, please run
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论