Skip to content

Working example of integration with react-native #4926

Description

@ErenPhayte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions