You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using allure.step() at Method level and it is also displaying the sub steps and i want to disable the sub steps. Her is the sample code
filerlogin() {
return allure.step('Click on Login as Filer', () => {
cy.xpath(CommonUtils.loginasfiler).click();
});
}
and i am trying to configure to disable the sub steps
const { defineConfig } = require('cypress');
It will be useful to have ability to turn off automatic steps and substeps creation for Cypress, and be able to use only those coded with allure.step
The text was updated successfully, but these errors were encountered: