-
Hello to the team and well done for your plugin!
Is there any plans for upgrading codeception to version 2+ or is there any way how we can accomplish it?
Thank you very much in advanced.
-
Installing with CodeCeption 4 I get this error:
>
> Your requirements could not be resolved to an installable set of packages.
>
> Problem 1
> - Installation request for codeception/php…
-
### Bug description
WebDriverExpectedCondition::elementToBeClickable should check if an element is clickable.
Elements that have CSS `pointer-events: none` set are not clickable. This should be …
rr-it updated
2 months ago
-
There is currently a `lando codeception` tool defined in `.lando.yml`, but it has never worked because there's no _codeception_ package added to `composer.json`:
```
tooling:
codeception:
…
tormi updated
3 years ago
-
As far as I understand you are running Codeception via CLI only.
I think that can be much improved if Codeception will be run in the same process. At least this is how I thought about it.
Basically y…
-
It would be nice if the repo can be included as a codeception module like "module-assert".
```
modules:
enabled:
- Asserts
- AssertThrows
```
-
### Feature description
It would be very helpful if a Codeception example configuration could be added, as it would be used in a real project. Tests should ideally be executed using a separate data…
-
### What happened?
I've been trying to get Acceptance testing working with Codeception v5.1.2.
I followed the setup guide:
https://craftcms.com/docs/4.x/testing/testing-craft/setup.html
Then…
-
#### 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 resolve the dependency
> Pro…
-