sauce/connect
最新稳定版本:v3.1.32
Composer 安装命令:
composer require --dev sauce/connect
包简介
PHP package for the Sauce Connect Java binary
README 文档
README
A Composer Package for Sauce Connect.
Sauce Connect is a special tunnel-creating binary application (see the Sauce
Connect Docs). It is bundled as a
composer package (sauce/connect), designed to accompany
Sausage (sauce/sausage), which you can
add to your composer.json requirements:
{
"require": {
"sauce/sausage": ">=0.6",
"sauce/connect": ">=3.0"
}
}
If you've already run vendor/bin/sauce_config or otherwise set your Sauce
credentials, starting sauce connect is as easy as:
vendor/bin/sauce_connect
Or on Windows:
vendor\bin\sauce_connect.bat
The script will start up the Sauce Connect Java binary behind the scenes. As it's starting you'll see various messages letting you know the status of the startup process (it usually takes about a minute). Once Sauce Connect is ready to go, you'll get a prompt that allows you to hit enter to see more log messages from the running Sauce Connect binary, or type 'q' and hit enter to shut down the secure tunnel.
You'll be testing against your local test server in no time!
统计信息
- 总下载量: 418.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 2
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2012-10-01