Hello,
I'm using Serenity 1.1.31 for native android application testing.
The test itself runs flawlessly but unfortunately there are no screenshots in the report.
Has anyone else ran into the same problem? Is the feature supported?
Below are few or my serenity.properties:
serenity.take.screenshots=AFTER_EACH_STEP
webdriver.driver=appium
appium.platformName=Android
appium.platform=ANDROID
appium.platformVersion=23
appium.hub=http://127.0.0.1:4723/wd/hub
appium.platformVersion=1.5.1
appium.app=/path/to/my/test.apk
appium.deviceName=emulator-5554
Any help would be appreciated,
Maciej