You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **`wrapper`**: React component, such as a `Provider`, which the `ui` will be wrapped with. Note: the render duration of the `wrapper` itself is excluded from the results; only the wrapped component is measured.
386
386
- **`scenario`**: a custom async function, which defines user interaction within the UI by utilising RNTL or RTL functions
387
387
- **`writeFile`**: should write output to file (default `true`)
388
-
- **`beforeEachRun`**: function to execute before each test run.
389
-
- **`afterEachRun`**: function to execute after each test run.
388
+
- **`beforeEach`**: function to execute before each test run.
389
+
- **`afterEach`**: function to execute after each test run.
- **`wrapper`**: React component, such as a `Provider`, which the `ui` will be wrapped with. Note: the render duration of the `wrapper` itself is excluded from the results, only the wrapped component is measured.
66
66
- **`scenario`**: a custom async function, which defines user interaction within the ui by utilized RNTL functions
67
67
- **`writeFile`**: (default `true`) should write output to file.
68
-
- **`beforeEachRun`**: function to execute before each test run.
69
-
- **`afterEachRun`**: function to execute after each test run.
68
+
- **`beforeEach`**: function to execute before each test run.
69
+
- **`afterEach`**: function to execute after each test run.
70
70
71
71
### `measureFunction` function {#measure-function}
- **`wrapper`**: React component, such as a `Provider`, which the `ui` will be wrapped with. Note: the render duration of the `wrapper` itself is excluded from the results; only the wrapped component is measured.
386
386
- **`scenario`**: a custom async function, which defines user interaction within the UI by utilising RNTL or RTL functions
387
387
- **`writeFile`**: should write output to file (default `true`)
388
-
- **`beforeEachRun`**: function to execute before each test run.
389
-
- **`afterEachRun`**: function to execute after each test run.
388
+
- **`beforeEach`**: function to execute before each test run.
389
+
- **`afterEach`**: function to execute after each test run.
0 commit comments