Webdriverio: wdio.conf.ejs не создан

Созданный на 29 июл. 2017  ·  4Комментарии  ·  Источник: webdriverio/webdriverio

Проблема

Я столкнулся с той же проблемой, что и # 1568 , которая была закрыта тогда, но снова сообщила aztack .

Когда я пытаюсь настроить Webdriver IO после его установки, я получаю сообщение об ошибке сразу после прохождения интерфейса вопроса:

=========================
WDIO Configuration Helper
=========================

? Where do you want to execute your tests? On my local machine
? Which framework do you want to use? mocha
? Shall I install the framework adapter for you? Yes
? Where are your test specs located? ./test/*.js
? Which reporter do you want to use?  spec - https://github.com/webdriverio/wdio-spec-reporter
? Shall I install the reporter library for you? Yes
? Do you want to add a service to your test setup?  selenium-standalone - https://github.com/webdriverio/wdio-selenium-standalone
-service
? Shall I install the services for you? Yes
? Level of logging verbosity command
? In which directory should screenshots gets saved if a command fails? ./errorShots/
? What is the base url? http://localhost

Installing wdio packages:

Packages installed successfully, creating configuration file...
fs.js:651
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open '/Users/sarahdayan/Projets/communitytalk.com/node_modules/webdriverio/build/lib/helpers/wdio.conf.ejs'
    at Object.fs.openSync (fs.js:651:18)
    at Object.fs.readFileSync (fs.js:553:33)
    at renderConfigurationFile (/Users/sarahdayan/Projets/communitytalk.com/node_modules/webdriverio/build/lib/cli.js:292:28)
    at /Users/sarahdayan/Projets/communitytalk.com/node_modules/webdriverio/build/lib/cli.js:282:17
    at /Users/sarahdayan/Projets/communitytalk.com/node_modules/npm-install-package/index.js:31:5
    at ChildProcess.exithandler (child_process.js:262:7)
    at emitTwo (events.js:125:13)
    at ChildProcess.emit (events.js:213:7)
    at maybeClose (internal/child_process.js:897:16)
    at Socket.stream.socket.on (internal/child_process.js:340:11)
npm ERR! Test failed.  See above for more details.

Окружающая обстановка

Деталь

Мне удалось обойти проблему, сказав «нет» установке фреймворка, пропустив выбор репортера и добавив службу в мою тестовую настройку:

? Shall I install the framework adapter for you? No
? Which reporter do you want to use?
? Do you want to add a service to your test setup?

Затем я установил их и отредактировал wdio.conf.js вручную, но это не идеально.

Заранее спасибо!

Самый полезный комментарий

Я столкнулся с той же проблемой: не работает узел 8.2.1+yarn v0.27.5, работает узел 8.2.1 + npm 5.3.0, работает узел 7.10.1 + пряжа. Любые идеи, где проблема может быть?

=========================
WDIO Configuration Helper
=========================

? Where do you want to execute your tests? On my local machine
? Which framework do you want to use? cucumber
? Shall I install the framework adapter for you? Yes
? Where are your feature files located? ./features/**/*.feature
? Where are your step definitions located? ./features/step-definitions
? Which reporter do you want to use?  spec - https://github.com/webdriverio/wdio-spec-reporter
? Shall I install the reporter library for you? Yes
? Do you want to add a service to your test setup?  selenium-standalone - https://github.com/webdriverio/wdio-selenium-standalone-service,  phantomjs - https://github.com/cognitom/wdio-phantomjs-serv
ice
? Shall I install the services for you? Yes
? Level of logging verbosity silent
? In which directory should screenshots gets saved if a command fails? ./errorShots/
? What is the base url? http://localhost

ошибка такая же

Все 4 Комментарий

Можете попробовать с Node v7.x?

@christian-bromann Только что попробовал несколько версий Node (v6.11.1, v7.0.0, v8.1.3, v8.2.1) и, как ни странно, все прошло 😶 Может быть, что-то было не так с моей локальной копией Node, когда я попробовал ее в первый раз. время.

Я думаю, что любому, у кого такая же проблема, нужно будет только переустановить или обновить Node, и это должно сделать это.

У меня та же проблема - с использованием узла v8.1.2

Я столкнулся с той же проблемой: не работает узел 8.2.1+yarn v0.27.5, работает узел 8.2.1 + npm 5.3.0, работает узел 7.10.1 + пряжа. Любые идеи, где проблема может быть?

=========================
WDIO Configuration Helper
=========================

? Where do you want to execute your tests? On my local machine
? Which framework do you want to use? cucumber
? Shall I install the framework adapter for you? Yes
? Where are your feature files located? ./features/**/*.feature
? Where are your step definitions located? ./features/step-definitions
? Which reporter do you want to use?  spec - https://github.com/webdriverio/wdio-spec-reporter
? Shall I install the reporter library for you? Yes
? Do you want to add a service to your test setup?  selenium-standalone - https://github.com/webdriverio/wdio-selenium-standalone-service,  phantomjs - https://github.com/cognitom/wdio-phantomjs-serv
ice
? Shall I install the services for you? Yes
? Level of logging verbosity silent
? In which directory should screenshots gets saved if a command fails? ./errorShots/
? What is the base url? http://localhost

ошибка такая же

Была ли эта страница полезной?
0 / 5 - 0 рейтинги