Working example of integration with react-native #4933
ErenPhayte
started this conversation in
General
Replies: 1 comment
-
could you expose more info like your config file? My primitive assumption is that perhaps the types generation is missing. https://codecept.io/typescript/ |
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
-
I have been struggling to get this working for react-native. Some errors include things like:
Property 'seeAppIsInstalled' does not exist on type 'I'.
Haven't gotten a test running yet so not even sure what other errors will come up.
I would assume something is missing from the installation process?
above is the test .. very bare bone and fails when I run:
yarn codeceptjs run
Beta Was this translation helpful? Give feedback.
All reactions