Mateusz Wojtczak

Results 10 issues of Mateusz Wojtczak

Hello, the current implementation of the client refreshes credentials only when it notices they are expired and can be refreshed. This happens before sending an actual request so the request...

### Use case Users would like to know where to find reports from their tests. ### Proposal We should add this information (`build/app/reports/androidTests/connected/...`) to the docs

docs
good first issue

### Use case Users should be able to find info about what is the exact test execution order on the Patrol side. ### Proposal We should add such information to...

docs
good first issue

### Use case Right now `patrol test` just outputs that execution was completed. ### Proposal For the users to not be confused, we should add "N tests passed" output when...

package: patrol_cli

@gogolon Let's do the research about similar packages, e.g. infospect, alice, logman and then decide together what to do with this package.

Let's rename this package since it assumes LeanCode backend API

https://pub.dev/packages/json_view

We could make debug page button draggable, so it's easy to change its position if it covers some interactive controls of the app. We could use this: https://pub.dev/packages/draggable_fab

Let's consider an option that defaults to taking screenshots after any failures.

feature
package: patrol

Right now we don't check if a PR has changes in the CHANGELOG. Thus, we sometimes accept PRs with no proper CHANGELOG entries. Examples: #2314 #2305