gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
713 stars 62 forks source link

--require can't find local file #517

Closed ValeryVS closed 1 year ago

ValeryVS commented 4 years ago

Можно взять файл из пакета --require ts-node/register

Но нельзя взять локальный файл --require ./test-require/index.js

Error: Cannot find module './test-require/index.js'

В mocha аналогичная опция позволяет импортировать локальные файлы тоже https://mochajs.org/#-require-module-r-module

DudaGod commented 3 years ago

Hello.

I will look at this problem.

DudaGod commented 1 year ago

Fixed here - https://github.com/gemini-testing/hermione/pull/797