"typescript": "3.6.0". When I upgraded from version 1.5.0 to v1.6.0 and I ran my tests I get this error: Property 'page' does not exist on type 'It'.
Property 'page' does not exist on type 'It'.
Property 'page' does not exist on type 'It'.
Looks like this is similar to or maybe the same as the declare var test on global scope issue
I would expect to run the tests.
testcafe -v1.6.0 3.6.0node -v10.15.3Facing same issues
@zsid @Meemaw
Could you please provide more details on how to reproduce the issue on our side? We would really appreciate it if you prepare a sample project which demonstrates the issue.
@AlexKamaev - I have created a branch called typescript error and put the error I am getting in the README.
It is slightly different error from the original one but the underlining problem is the same - typescript is using jest for the type checking etc.
@zsid
Thank you.
I was able to reproduce the issue using your example.
For the team: check this commit at first: https://github.com/DevExpress/testcafe/commit/bfd8985cf30b8a9f97d496afe5f89c07a7ae1842
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Most helpful comment
@zsid
Thank you.
I was able to reproduce the issue using your example.
For the team: check this commit at first: https://github.com/DevExpress/testcafe/commit/bfd8985cf30b8a9f97d496afe5f89c07a7ae1842