Gintautas Miselis

Results 169 comments of Gintautas Miselis

Please provide your test code, example of HTML and complete error message.

Try to [scrollTo](https://codeception.com/docs/modules/WebDriver#scrollTo) element before filling it.

Please provide the actual generated HTML code, without PHP. "Unreachable field" error actually means that there is no such field in the form. What version of symfony/dom-crawler have you got...

> Are there any schema related differences between the ./codeception.dist.yml and a ./tests/my-suite-01.suite.dist.yml? You could take a look at https://github.com/Codeception/Codeception/blob/5.0/src/Codeception/Configuration.php#L77-L126 Settings that can be set under `settings` key in codeception.yaml,...

Is there some command line tool for validation? It would be nice to have it in CI.

I looked at the code and it turns out that code coverage is not filtered if there is no files specified in `include`. Files that are specified but don't exist...

I had another look at the filter code today and it looks wrong. I will test it tomorrow.

I reproduced this issue yesterday too: ![image](https://user-images.githubusercontent.com/395992/187084816-28ed6e57-0957-4e37-9cf6-810183d1e4ac.png) I wanted to spend more time debugging it today, but results are correct now. Maybe this issue depends on a date. I will...

How do you avoid version conflicts when components have different versions of the same libraries installed?

It is an issue of the terminal or font that you are using. Since 2018 I run my tests on Ubuntu installed on WSL and I was using default Windows...