Bart Vermeulen
Bart Vermeulen
This information you want about a feature file, could maybe be set in a global variable in the Reporter class? Then you can access it whenever you want, I feel...
This is the code we use, isn't there a 100% failsafe option? ``` _instance._mixpanelInstance ??= await Mixpanel.init( useDevKey ? devKey : prodKey, trackAutomaticEvents: true); // Setting up any extra settings....
@luvetter I edited you comment to translate the german sentence 😉
This is interesting, we then have to keep track which scenario is the actual first scenario that is being ran. I will take a look at this,
This is a bigger problem than I anticipated. We actually have 2 cases here, we have to check multiple things: 1. Are there even scenario's that are being ran? 2....