Twibs: Selenium Testing Utilities

Twibs is a suite of utility classes to ease the development of internet applications with scala.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.twibs
Идентификатор

Идентификатор

twibs-selenium-test-util
Последняя версия

Последняя версия

0.14.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Twibs: Selenium Testing Utilities
Twibs is a suite of utility classes to ease the development of internet applications with scala.

Скачать twibs-selenium-test-util

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.twibs/twibs-selenium-test-util/ -->
<dependency>
    <groupId>net.twibs</groupId>
    <artifactId>twibs-selenium-test-util</artifactId>
    <version>0.14.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.twibs/twibs-selenium-test-util/
implementation 'net.twibs:twibs-selenium-test-util:0.14.1'
// https://jarcasting.com/artifacts/net.twibs/twibs-selenium-test-util/
implementation ("net.twibs:twibs-selenium-test-util:0.14.1")
'net.twibs:twibs-selenium-test-util:jar:0.14.1'
<dependency org="net.twibs" name="twibs-selenium-test-util" rev="0.14.1">
  <artifact name="twibs-selenium-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.twibs', module='twibs-selenium-test-util', version='0.14.1')
)
libraryDependencies += "net.twibs" % "twibs-selenium-test-util" % "0.14.1"
[net.twibs/twibs-selenium-test-util "0.14.1"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
net.twibs : twibs-web jar 0.14.1
net.twibs : twibs-test-util jar 0.14.1
org.seleniumhq.selenium : selenium-java jar 2.45.0
javax.servlet : javax.servlet-api jar 3.1.0
org.eclipse.jetty : jetty-server jar 9.0.7.v20131107
org.eclipse.jetty : jetty-webapp jar 9.0.7.v20131107
org.eclipse.jetty : jetty-annotations jar 9.0.7.v20131107

Модули Проекта

Данный проект не имеет модулей.

Utility classes to ease the development of internet applications with scala.

Overview

  • AJAX Forms defined in Scala
  • pure server side form validation
  • runtime server side JS/CSS Compression and LESS processing
  • complex inheritable translation mechanism

License

The license is Apache 2.0, see LICENSE-2.0.txt.

Binary Releases

Can be found on Maven Central (Java 7 and Scala 2.10).

<dependency>
    <groupId>net.twibs</groupId>
    <artifactId>twibs-*</artifactId>
    <version>0.12</version>
</dependency>

API docs

Are published on Maven Central.

Build

Is done with plain maven.

Java and Scala version

Currently the library is maintained against Java 7 and Scala 2.11.

What twibs can do for you

See the modules description for details.

Версии библиотеки

Версия
0.14.1
0.14
0.13