Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Working example of integration with react-native #4933

ErenPhayte started this conversation in General
Discussion options

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

You must be logged in to vote

Replies: 1 comment

Comment options

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

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Converted from issue

This discussion was converted from issue #4926 on March 24, 2025 06:56.

AltStyle によって変換されたページ (->オリジナル) /