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.
384
384
- **`scenario`**: a custom async function, which defines user interaction within the UI by utilising RNTL or RTL functions
385
385
- **`writeFile`**: (default `true`) should write output to file.
386
-
- **`beforeEachRun`**: function to execute before each test run.
387
-
- **`afterEachRun`**: function to execute after each test run.
386
+
- **`beforeEach`**: function to execute before each test run.
387
+
- **`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.
64
64
- **`scenario`**: a custom async function, which defines user interaction within the ui by utilized RNTL functions
65
65
- **`writeFile`**: (default `true`) should write output to file.
66
-
- **`beforeEachRun`**: function to execute before each test run.
67
-
- **`afterEachRun`**: function to execute after each test run.
66
+
- **`beforeEach`**: function to execute before each test run.
67
+
- **`afterEach`**: function to execute after each test run.
68
68
69
69
### `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.
384
384
- **`scenario`**: a custom async function, which defines user interaction within the UI by utilising RNTL or RTL functions
385
385
- **`writeFile`**: (default `true`) should write output to file.
386
-
- **`beforeEachRun`**: function to execute before each test run.
387
-
- **`afterEachRun`**: function to execute after each test run.
386
+
- **`beforeEach`**: function to execute before each test run.
387
+
- **`afterEach`**: function to execute after each test run.
0 commit comments