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