PHP code example of dziadul / codeception-test-generator
1. Go to this page and download the library: Download dziadul/codeception-test-generator library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dziadul / codeception-test-generator example snippets
vendor/bin/codecept generate:feature-test
vendor/bin/codecept run acceptance
bootstrap: _bootstrap.php
extensions:
commands:
- Tests\_support\Command\TestCreateCommand
params:
- .env
https://{{host}}/v1/weather/country/GB?city=London&date=23–03-2020&key={{key}}