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
- Host: GitHub
- URL: https://github.com/fziviello/jest_ta
- Owner: fziviello
- Created: 2021-11-12T10:54:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T23:47:06.000Z (almost 4 years ago)
- Last Synced: 2025-02-16T19:17:27.931Z (8 months ago)
- Topics: appium, jest-reporter, jest-test, mobile, selenium, testing-framework, typrescript
- Language: TypeScript
- Homepage:
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`