An open API service indexing awesome lists of open source software.

https://github.com/fziviello/jest_ta

Example Unit Test and UI Test Web & Mobile with report HTML using JEST
https://github.com/fziviello/jest_ta

appium jest-reporter jest-test mobile selenium testing-framework typrescript

Last synced: 5 months ago
JSON representation

Example Unit Test and UI Test Web & Mobile with report HTML using JEST

Awesome Lists containing this project

README

          

# Jest_TA

Example Unit Test and UI Test Web & Mobile with report HTML using [JEST](https://jestjs.io)

**Dependecy Web:**

- [Node](https://nodejs.org)
- Chrome

**Dependecy Mobile:**

- [Node](https://nodejs.org)
- [Appium](https://appium.io)
- [Android SDK & ADV Manager](https://developer.android.com/studio)
- [Xcode & Simulator](https://developer.apple.com/xcode/)

**Setup:**

npm install

**Run Test:**

- Will start all test files in the tests directory => `npm test`
- Will start all test files with Mobile in the name => `npm mobile`
- Will start all test files with Web in the name => `npm web`
- Will start all test files with Unit in the name => `npm unit`

**Output Dir:**

- Contains HTML Report => `report`
- Contains Screenshots => `screenshots`