edmondscommerce/behat-chrome-performance-context

用于测试网站性能的Behat上下文

1.1.0 2016-01-15 14:13 UTC

This package is auto-updated.

Last update: 2024-08-29 04:03:31 UTC


README

Edmonds Commerce 提供

Chrome性能监控,包括检查断链和文件下载累积大小

安装

通过Composer安装

"edmondscommerce/behat-chrome-performance-context": "~1.1"

在Behat配置中包含上下文

default:
    # ...
    extensions:
        Behat\MinkExtension:
            sessions:
                selenium_chrome_session:
                 selenium2:
                  browser: chrome
                  capabilities:
                    extra_capabilities: { "chromeOptions": { "args": ["--start-maximized", "--test-type"], perfLoggingPrefs: { 'traceCategories': 'blink.console,disabled-by-default-devtools.timeline' } }, "loggingPrefs": { "performance": "ALL" } }
    suites:
        default:
            # ...
            contexts:
                - # ...
                - EdmondsCommerce\BehatChromePerformance\ChromePerformanceContext