appium / appium-mac2-driver

Next-gen Appium macOS driver, backed by Apple XCTest
Apache License 2.0
125 stars 24 forks source link

Typo in package.json->scripts->e2e-test #184

Closed pacozaa closed 1 year ago

pacozaa commented 1 year ago

I see the e2e-test in package.json is "e2e-test": "mocha --exit --timeout 10m \"./test/e2e/**/*-specs.js\""

I tried to run it and it doesn't work. So I replace

"e2e-test": "mocha --exit --timeout 10m \"./test/e2e/**/*-specs.js\""

with

"e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\""

instead.

I can create PR with this `"e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\""

or rename the functional folder to e2e

mykola-mokhnach commented 1 year ago

thanks for reporting that. Yes, please create a PR