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

E2E tests setup #2383

Merged
merged 3 commits into from
Sep 20, 2021
Merged

E2E tests setup #2383

merged 3 commits into from
Sep 20, 2021

Conversation

jmysliv
Copy link
Member

@jmysliv jmysliv commented Sep 7, 2021

Description

To automate reanimated testing process this pr introduces e2e tests using detox. I've added a script that simplifies running tests: yarn e2e:tests runs tests for both ios and android. To run tests separately for both platforms you can use: yarn e2e:ios and yarn e2e:android. New tests can be added inside the e2e directory with the e2e.js extension. In the future when we add more tests, we can also add GitHub action for running tests before merge to master.

Changes

  • Added e2e tests detox setup
  • Added an example e2e test

@jmysliv jmysliv self-assigned this Sep 7, 2021
@jmysliv jmysliv marked this pull request as ready for review September 9, 2021 07:55
@jmysliv jmysliv merged commit 6319586 into master Sep 20, 2021
@jmysliv jmysliv deleted the @jmysliv/detox-tests branch September 20, 2021 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants