Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example app: Add E2E test suite boilerplate #162

Open
daria-github opened this issue Dec 5, 2023 · 1 comment
Open

Example app: Add E2E test suite boilerplate #162

daria-github opened this issue Dec 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@daria-github
Copy link
Contributor

Is your feature request related to a problem?

Currently, we have a set of unit tests in the example app that haven't sufficiently caught issues that would be caught in an E2E test.

Describe the solution to the problem

This ticket is to create an initial basic test suite for E2E tests. Here are some examples on xmtp.chat if you want to use a similar approach:

Describe the uses cases for the feature

No response

Additional details

Ideally these would be added in a GitHub Action as well.

@daria-github daria-github added the enhancement New feature or request label Dec 5, 2023
@alexrisch
Copy link
Contributor

Easiest setup would likely be Detox https://wix.github.io/Detox/docs/introduction/getting-started/
Let's tackle this after the other fixes so we aren't blocking each other waiting for E2E tests to be functional, but would be good to go back and make sure functionality is tested

@alexrisch alexrisch self-assigned this Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants