ezsystems/behat-screenshot-image-driver-cloudinary

bex/behat-screenshot behat 扩展的 Cloudinary 图像驱动

v1.1.5 2022-01-20 07:46 UTC

README

本软件包是 bex/behat-screenshot behat 扩展的一个图像驱动,可以将截图上传到 Cloudinary 并打印上传图像的 URL。

安装

通过将以下内容添加到您的 composer.json 文件中安装:

composer require --dev ezsystems/behat-screenshot-image-driver-cloudinary

配置

behat.yml 文件中 Behat-ScreenshotExtension 的配置中启用图像驱动

default:
  extensions:
    Bex\Behat\ScreenshotExtension:
      active_image_drivers: cloudinary

您可以选择如何上传文件

  • 签名上传:导出 Cloudinary 值(云名称、API 密钥和 API 密钥)为环境变量
  • 未签名上传:在配置中设置 cloud_name 和 preset
default:
  extensions:
      Bex\Behat\ScreenshotExtension:
          active_image_drivers: cloudinary
          image_drivers:
              cloudinary:
                  screenshot_directory: /tmp/behat-screenshot/
                  cloud_name: X
                  preset: Y

其他选项

  • 限制:指定在单个 Behat 运行中可以拍摄的截图数量。这基于 screenshot_directory 中的文件数量,因此请在运行测试之前确保文件夹为空,并在整个测试套件运行后而不是每个测试后进行清理。可以通过导出 DISABLE_BEHAT_SCREENSHOT_LIMIT 变量来禁用限制检查。

使用方法

当某个步骤失败时,将拍摄截图并将其上传到 Cloudinary。上传图像的 URL 将显示在 Behat 日志中。

  Scenario:                           # features/feature.feature:2
    Given I have a step               # FeatureContext::passingStep()
    When I have a failing step        # FeatureContext::failingStep()
      Error (Exception)
Screenshot has been taken. Open image at https://res.cloudinary.com/cloud_name/image/upload/IMAGE_LINK.png
    Then I should have a skipped step # FeatureContext::skippedStep()

版权

版权所有 (C) 1999-2021 Ibexa AS(以前称为 eZ Systems AS)。保留所有权利。

许可证

以下许可证下可单独获取此源代码

A - Ibexa 商业使用许可协议(Ibexa BUL),版本 2.4 或更高版本(许可证条款可能随时更新)Ibexa BUL 通过拥有有效的 Ibexa DXP(以前称为 eZ Platform Enterprise)订阅获得,详情请参阅:https://www.ibexa.co/product 完整的 Ibexa BUL 许可证文本请参阅

并且

B - GNU 通用公共许可证,版本 2 授予一个具有绝对无保证的 copyleft 开源许可证。完整的 GPL 许可证文本请参阅