sbt-phantomjs:用于sbt的自动化PhantomJS安装程序和配置程序

时间:2024-05-19 07:16:06
【文件属性】:

文件名称:sbt-phantomjs:用于sbt的自动化PhantomJS安装程序和配置程序

文件大小:38KB

文件格式:ZIP

更新时间:2024-05-19 07:16:06

Scala

sbt-phantomjs 用于sbt的自动化PhantomJS安装程序 设置 project/plugins.sbt addSbtPlugin( " jp.leafytree.sbt " % " sbt-phantomjs " % " 0.1.4 " ) build.sbt // Enable the plugin val myProject = (project in file( " . " )).enablePlugins( PhantomJs ) // Install PhantomJS and add system properties definition for Selenium PhantomJS Driver to javaOptions javaOptions ++ = PhantomJs .setup(baseDirectory.value) 样品 任务 ins


【文件预览】:
sbt-phantomjs-master
----.gitignore(59B)
----sample()
--------specs2()
--------scalatest()
--------simple()
--------playframework()
----project()
--------plugins.sbt(217B)
--------build.properties(20B)
----src()
--------sbt-test()
--------main()
----.travis.yml(42B)
----LICENSE(11KB)
----README.md(1KB)
----build.sbt(1KB)

网友评论