mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
830 B
Plaintext
21 lines
830 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup selenium-webdriver 0.0.24 gem {} rubygems ruby19
|
|
description Tool for writing automated tests of websites.
|
|
long_description \
|
|
WebDriver is a tool for writing automated tests of websites. It aims to \
|
|
mimic the behaviour of a real user, and as such interacts with the HTML \
|
|
of the application.
|
|
maintainers nomaintainer
|
|
homepage https://code.google.com/p/selenium/
|
|
platforms any
|
|
supported_archs noarch
|
|
license MIT
|
|
checksums md5 77878600e473ba6d292f00fff24158c2 \
|
|
sha1 7a3ddbb22264bf0d72497ccfac20de3b10fd842c \
|
|
rmd160 6956a71f8326ed030c7aeb2d2bf4c0db58b3453c
|
|
|
|
depends_run port:rb19-ffi \
|
|
port:rb19-json
|