Codeception
Codeception copied to clipboard
Full-stack testing PHP framework
#### What are you trying to achieve? 1) I created a test with `\AcceptanceTester` parameter named `$tester` instead of `$I`: ```
#### What are you trying to achieve? Inject a symfony class into a functional test #### What do you get instead? Codeception fails to inject the class - fails to...
Relates to #6389 Tests https://github.com/Behat/Gherkin/pull/253
I'm trying to use `selectOption()` with `array('text' => 'Windows')` as its second argument, as shown here: http://codeception.com/docs/modules/WebDriver#selectOption Here's a sample HTML: ```html One Two ``` And this code is not...
#### What are you trying to achieve? Trying to run this ``` vendor/bin/codecept run --skip api --skip acceptance --no-interaction --no-exit ``` and get a failed file to `tests/_output` directory ####...
#### What are you trying to achieve? Migrate from Behat to Codeception. But steps with PyString are not handled correctly. Example: - in feature file: ```gherkin Scenario: Test When I...
#### What are you trying to achieve? Display list of errors and failures #### What do you get instead? List of errors and failures failures containing wrong step information Codeception...
#### What are you trying to achieve? Handle all Codeception events, according to the documentation. I found the following Event documentation inconsistencies: ## Definite issue: File `docs/08-Customization.md` lists `step.fail` in...
#### What are you trying to achieve? Submit a form with this kind of make up (using Yii2): ```php $I->submitForm('#submit-form', [ 'person' => 5, 5 => 'Yes', '6' => 'No',...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub...