mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add rubygem-webdrivers 4.1.2
Run Selenium tests more easily with automatic installation and updates for all supported webdrivers. WWW: https://github.com/titusfortner/webdrivers
This commit is contained in:
parent
2d359a98b1
commit
00f303201c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508512
4 changed files with 32 additions and 0 deletions
|
@ -2200,6 +2200,7 @@
|
||||||
SUBDIR += rubygem-url_mount
|
SUBDIR += rubygem-url_mount
|
||||||
SUBDIR += rubygem-vegas
|
SUBDIR += rubygem-vegas
|
||||||
SUBDIR += rubygem-wasabi
|
SUBDIR += rubygem-wasabi
|
||||||
|
SUBDIR += rubygem-webdrivers
|
||||||
SUBDIR += rubygem-webmock
|
SUBDIR += rubygem-webmock
|
||||||
SUBDIR += rubygem-webpack-rails-rails5
|
SUBDIR += rubygem-webpack-rails-rails5
|
||||||
SUBDIR += rubygem-webrobots
|
SUBDIR += rubygem-webrobots
|
||||||
|
|
24
www/rubygem-webdrivers/Makefile
Normal file
24
www/rubygem-webdrivers/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= webdrivers
|
||||||
|
PORTVERSION= 4.1.2
|
||||||
|
CATEGORIES= www rubygems
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \
|
||||||
|
rubygem-rubyzip>=1.0<2:archivers/rubygem-rubyzip \
|
||||||
|
rubygem-selenium-webdriver>=3.0<4.0:www/rubygem-selenium-webdriver
|
||||||
|
|
||||||
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
www/rubygem-webdrivers/distinfo
Normal file
3
www/rubygem-webdrivers/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1565476051
|
||||||
|
SHA256 (rubygem/webdrivers-4.1.2.gem) = b7dc9f948ca5ab184ddcc129e61b89a2b91a35f434b9e7756f2caa408364ec26
|
||||||
|
SIZE (rubygem/webdrivers-4.1.2.gem) = 26624
|
4
www/rubygem-webdrivers/pkg-descr
Normal file
4
www/rubygem-webdrivers/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Run Selenium tests more easily with automatic installation and updates for all
|
||||||
|
supported webdrivers.
|
||||||
|
|
||||||
|
WWW: https://github.com/titusfortner/webdrivers
|
Loading…
Add table
Reference in a new issue