Kamil Kokot

Results 22 issues of Kamil Kokot

`You have requested a non-existent service "fidry_alice_data_fixtures.loader.doctrine"` shows up after upgrading from v2 to v3, might be worth to add related info to upgrade file.

enhancement

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Sylius...

It'd be nice to have some automated coding standard tool to help us maintain a consistent codebase and get rid of ancient `array()` syntax. What coding standard should Behat follow?...

Help Wanted
Maintenance

Hello 👋 So a few weeks ago I've become a maintainer of Behat thanks to @everzet and @ciaranmcnulty. I've been using Behat in @Sylius for years and it's probably one...

Maintenance

Since we dropped support for PHP

Idea

It would be great to support autowiring and autoconfiguration for methods defining steps and transformations: ```php /** * @Given there is a product :productName */ public function thereIsProduct(string $productName, ProductRepository...

Feature

If you don't have any experience with Mink, learning its API only for Behat might not be the best idea. Since we've already got built-in Symfony driver, we might add...

Feature

- How to use Docker provided with this repository for development / staging / test / production? - Running tests inside Docker - Developing inside Docker (XDebug setup?)

Docker