No files getting selected when I perform migration #112
Unanswered
Sakthivel185
asked this question in
Migration Issue
Replies: 1 comment
-
This might be a limitation to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to migrate my framework from Protractor to WebDriverIO
Based on the migration guide from https://webdriver.io/docs/protractor-migration/#install-webdriverio-dependencies
I have install all the dependencies and try to migrate the config file using the below command
npx jscodeshift -t ./node_modules/@wdio/codemod/protractor --parser=tsx ./conf.ts
But no files are selected
I have tried with absolute path also but still same
npx jscodeshift -t ./node_modules/@wdio/codemod/protractor --parser=tsx ./
if i give above command by giving only the root directory the command i working fine
But for individual file it is not working
I have attached the project structure for reference, can someone help me to resolve this issue
Beta Was this translation helpful? Give feedback.
All reactions