pandoras-toolbox

Results 33 comments of pandoras-toolbox

I created a temporary fork to make it reproducible: [gatling-gradle-plugin-demo-java-for-issue-4091](https://github.com/pandoras-toolbox/gatling-gradle-plugin-demo-java-for-issue-4091) It took me a while to provide it because of several reasons which are not important here. It does not...

I see the problem now. But it makes sense that the code which I want to use is inside testFixtures and not inside main sources. The testFixtures have been added...

I do not have the skill to contribute that, so I will move the code from testFixtures to source/main. I am wondering why a plugin at all was required for...

What I miss is this feature to be able to ignore certain exceptions: ``` Assertions.assertThatCode(() -> { thisFunctionDoesNothing(); }) .doesNotThrowAnyException() .ignoring(NoSuchElementException.class); ``` What do you think about this idea?

Great! I [created it](https://github.com/assertj/assertj/issues/3248).

It seems I now have to use Dart for automating Flutter apps, and I miss Allure too. But I still have to learn a lot about Dart, maybe someone else...

@baev Can you please take a look at [this](https://github.com/leancodepl/patrol/discussions/1526#discussioncomment-6449078) discussion? To me it sounds that they want to do it the wrong way by just converting JUnit reports to Allure....

I tried what you wrote above, same result. I do not use image comparision checks. The purpose of the screenshots is for documentation, as part of a test report. I...

@dam-ease : Here is the minimal sample, I put it into a repository: **https://github.com/pandoras-toolbox/counter_app** Run it with: `flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d chrome` Then you will see the undesired behavior...

Thank you @dam-ease for trying it out. I attached the results of `flutter doctor -v` in the original posting above. I did not try it on a mobile device, but...