cookies icon indicating copy to clipboard operation
cookies copied to clipboard

Cookies Testing Suite

Open safaiyeh opened this issue 5 years ago • 0 comments

Feature request

Create an example application to implement common use cased for the cookies library in order to run unit, integration, and E2E tests for future changes.

Asking the community on how you use the library in order to create a suite of tests we can run.

Why it is needed

To increase confidence about the module, reduce amount of future regressions, and validate supported feature sets of the library.

Possible implementation

• Use react-native init & typescript template to create the base project. • Use Jest to write unit tests/mock functions • Use React Native Testing Library to create integration tests • Use Detox for E2E tests

safaiyeh avatar Aug 02 '20 00:08 safaiyeh