Uladzislau Arlouski
Uladzislau Arlouski
Hi @KimKupreichyk, please follow the next steps: 1. Add support of in-memory database as described here https://docs.vividus.dev/vividus/latest/user-guides/use-in-memory-db-to-manage-test-data.html 2. Properties snipper ``` db.connection.testh2db.driver-class-name=org.h2.Driver db.connection.testh2db.url=jdbc:h2:mem:test;\ DB_CLOSE_DELAY=-1; ``` 3. Scenario snippet ``` When...
> Why do full-page screenshots have a system footer? Is this expected? yes, this is handled in FixedCutStrategy decorator that is provided with header in footer to cut (AbstractAshotFactory)
**sidenote** Even if we close the platform availability checking at step level, it's still will be possible to use the underlying API used by platform specific steps outside of those...
> deviceScreenSize - is it always presented? Maybe handle corner cases? it for sure exists for 4 years in both appium uiautomator2 and espresso drivers, if you have any thought...
> > > deviceScreenSize - is it always presented? Maybe handle corner cases? > > > > > > it for sure exists for 4 years in both appium uiautomator2...
Experiencing the same issue, the JSON files are generated by **Lighthouse 12.6.0** **UPDATE**: Diff viewer works well on local lighthouse build from main, so looks like it just needs to...