hevertoncastro / FinanceE2ETest

An example with simple test cases with @testing-library/react-native, react-test-render and integration tests with detox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinanceE2ETest

License

cover

πŸ’» Project

An example with simple test cases with @testing-library/react-native, react-test-render and integration tests with detox.

Team

  • Here must contain the names of everyone in the team, at the moment that project is created
    • Developer: Alexandre Marques
    • Scrum Master: XXXX XXXX

To Stylization

To styling issues, we use stylesheet as the main library.

Features

  • Animating water;

✨ Technologies

  • Testing Library React Native
  • jest
  • Detox
  • TypeScript

Running the project

Use yarn or npm install to install project dependencies. Then start the project.

yarn ios or yarn react-native run-ios

Running jest tests

Use yarn jest -u or yarn test to execute the jest tests.

yarn jest or yarn test

Running detox tests

Use **yarn detox ** or detox test to execute the jest tests.

yarn detox build -c android.emu.debug or yarn detox build -c ios.sim.debug
detox test -c android.emu.debug or detox test -c ios.sim.debug

Project Structure

β”œβ”€β”€ assets
β”œβ”€β”€ components
β”œβ”€β”€ screens
β”œβ”€β”€ theme
    └── colors
Development for Alexandre carvalho Marques - 2022/Apr

About

An example with simple test cases with @testing-library/react-native, react-test-render and integration tests with detox.


Languages

Language:Java 33.2%Language:TypeScript 30.3%Language:Objective-C 16.3%Language:JavaScript 12.0%Language:Starlark 6.1%Language:Ruby 2.1%