antlong / t

t.i.p. stands for Test Infrastructure Providers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zalenium one-liner installer

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash

Install and start

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s start

Install and start with latest Selenium 3

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 3 start

Install and start with latest Selenium 2

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 2 start

Install and start a specific version

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 3.0.1a start

Tiny smoke python selenium test

pip install --user --upgrade selenium==3.3.1
curl -sSL https://raw.github.com/dosel/t/i/s | python

Cleanup

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s stop

About

t.i.p. stands for Test Infrastructure Providers


Languages

Language:Shell 76.8%Language:Python 23.2%