handbook/behat-steps/given-download.md
github-actions[bot] c22aa665e6 Regenerate handbook
2025-12-17 18:56:32 +00:00

5.9 KiB

Given download:

Download multiple files into the given destinations.


Usage

Scenario: My example scenario
  Given download:
    | path                | url                                   |
    | {CACHE_DIR}/foo.jpg | https://example.com/foo.jpg           |
    | {CACHE_DIR}/bar.png | https://example.com/another-image.png |

Behat steps documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.