-
AfterScenario with Serenity
-
React dropdown / aria-describedby and geckodriver
For now, only tested on Windows 10 and with Chrome and Firefox (both last version).
To run tests in local, you need to download the browser's drivers :
- chromedriver
- geckodriver
And to set up them in your environment path.
For reproduce this case:
- From the IDE, right click on the runner class : Google (extending SerenityStory)
- Go to the BasePage class and comment the line 25 to make the test green/red
- Check the console log
For reproduce this case:
- From the IDE, right click on the runner class : UiAction (extending SerenityStory)
- Check screenshots on mozilla/geckodriver#962 to see what results are actual / expected
- Modify the browser on serenity.properties to check the expected behavior on chrome