Error “step is not defind” using Mocha Test and what is mean by “Then simply run mocha with --require mocha-steps” in tutorial
问题 `describe('my smoke test', function() { step('login', function() { vdriver.wait(until.elementLocated(By.name('UserName'))).sendKeys("aqdjska@gmail.org"); driver.wait(until.elementLocated(By.id("mat-input-3"))).sendKeys("cool123"); driver.sleep(2000); driver.wait(until.elementLocated(By.css(".mat-progress-spinner-light > div"))).click(); }); step('Open Apps', function() { driver.wait(until.elementLocated(By.xpath("//span[contains(text(), 'Apps')]"))).click(); driver.wait(until.elementLocated