webdriverio / codemod

A codemod to transform Protractor into WebdriverIO tests
MIT License
25 stars 12 forks source link

Getting Transformation error #50

Closed vaibhavjagdale closed 8 months ago

vaibhavjagdale commented 2 years ago

I am migrating my framework from protractor to WDIO. Foe one the file I am getting Transformation error.

Transformation error (undefined does not match field "value": string | boolean | null | number | RegExp of type Literal). Error: undefined does not match field "value": string | boolean | null | number | RegExp of type Literal

christian-bromann commented 2 years ago

@vaibhavjagdale Hey 👋

Can you pin point it to a piece of code that fails transforming?

christian-bromann commented 8 months ago

Closing due to inactivity.