How to change name on step in the appium report

How to change name on step in the appium report

Hi artur,

As far as i know you can’t…
But you can make group so your report look better.
Here some example for seetest automation : https://youtu.be/sfSF-uSAv14
If you use Appium Studio Community Edition you can use this additional command on your IDEA :

  1. driver.executeScript(“seetest:client.startStepsGroup(“Steps Group1”)”);
  2. driver.executeScript(“seetest:client.stopStepsGroup()”);

More additional command : https://docs.experitest.com/display/TD/Additional+Commands

I hope that can help you. Good luck,
Daniel