bofalke

Results 5 comments of bofalke

I am not sure why, but after calling the `thereIsAPage` function the `GET` request to the `/_/pages` route returns no elements. Do you have an idea what is missing? It...

Hi @silverbackdan I'd like to try to give this issue a shot. Can you maybe give me some information for the dev setup? I saw there was a docker-compose file...

That sounds great, thank you for the support! I already ran the phpunit test suite locally, that worked fine 👍 I will try and figure out a way to setup...

Yeah no worries, I think the behat tests will run even without a local dev setup so i can start already. I was so focused on the phpunit stuff that...

I took a look at this issue together with @edditor. The COMPOSE_PROJECT_NAME seems not to strip any dots or have any other sanitization. See the [DockerComposeCredentialProviderImpl.java#L30](https://github.com/php-perfect/ddev-intellij-plugin/blob/da40bbf54cb10487b52857d8f137b58a1eea3e51/src/main/java/de/php_perfect/intellij/ddev/dockerCompose/DockerComposeCredentialProviderImpl.java#L30). This seems not to...