Icaro Torres
Icaro Torres
### SpecFlow Version: - [X] 3.1 - [ ] 3.0 - [ ] 2.4 - [ ] 2.3 - [ ] 2.2 - [ ] 2.1 - [ ] 2.0...
## Description I'm trying to use the FindsByAndroidUIAutomator attribute to find a element by its AccessibilityId but the message I'm getting suggests it's trying to find by Id (which the...
Hello, I'm using the SpecResults to generate a report for my tests and, as the documentation explains, I added the creation of the report in the BeforeTestRun. The thing is,...
So, here's what Im trying to do: H/2 * * * * % PRODSYS=TEST;PRODENV=TEST H/2 * * * * % PRODSYS=TEST1;PRODENV=TEST1 H/2 * * * * % PRODSYS=TEST2;PRODENV=TEST2 H/2 *...
Im creating around 7 buttons in a loop with the following animation: ``` .animate( target: isOpened ? 1 : 0, delay: Duration(milliseconds: (i * 500)), ) .scaleXY( delay: Duration(milliseconds: (i...