Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working example of integration with react-native #4926

Open
ErenPhayte opened this issue Mar 17, 2025 · 1 comment
Open

Working example of integration with react-native #4926

ErenPhayte opened this issue Mar 17, 2025 · 1 comment

Comments

@ErenPhayte
Copy link

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?

Feature('basic');

Scenario("test something", ({ I }) => {
  I.seeAppIsInstalled("com.anonymous.Test");
});

above is the test .. very bare bone and fails when I run: yarn codeceptjs run

@kobenguyent
Copy link
Collaborator

could you expose more info like your config file? My primitive assumption is that perhaps the types generation is missing. https://codecept.io/typescript/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants