首先,抱歉我的英语不好。 我的测试自动化有问题。
我是初学者。我的应用程序有虚拟盒实例,其中设置了一个标准地址,外面有VirtualBox(192.168.56.101)。我将netbeans与此实例连接起来,并且我在我的应用程序上有项目。最后一件事 - 我正在尝试为它进行自动化测试。
不幸的是,我有一个问题,。测试创建,硒启动,PhantomJs也开始了。我转到项目文件夹“codecept run”和...
acceptance.suite config:
class_name: AcceptanceTester
modules:
enabled:
- WebDriver
- \Helper\Acceptance
- Db:
dsn: 'mysql:host=localhost;dbname=xxx'
user: 'root'
password: 'xxx'
dump: 'tests/_data/dump.sql'
populate: true
cleanup: false
reconnect: true
config:
WebDriver:
url: 'http://xxx.app/'
browser: chrome
host: '192.168.56.101'
port: 22
window_size: 'maximize'
env:
phantom:
modules:
config:
- WebDriver:
browser: 'phantomjs'
请帮忙。