edmondscommerce/behat-error-handling-context

用于处理测试失败的Behat上下文

1.1.0 2016-01-15 12:26 UTC

This package is auto-updated.

Last update: 2024-08-29 04:19:51 UTC


README

Edmonds Commerce提供

用于处理简单错误,并在发生时截取屏幕截图

安装

通过composer安装

"edmondscommerce/behat-error-handling-context": "~1.0"

在Behat配置中包含上下文

default:
    # ...
    suites:
        default:
            # ...
            contexts:
                - # ...
                - EdmondsCommerce\BehatErrorHandling\ErrorHandlingContext