Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ro-nemo/codeceptjs-seleniumwebdriver-orangehrm
Full demo of CRUD testing in orangehrmlive.com
https://github.com/ro-nemo/codeceptjs-seleniumwebdriver-orangehrm
codeceptjs crud fakerjs pageobject selenium-webdriver windows
Last synced: 8 days ago
JSON representation
Full demo of CRUD testing in orangehrmlive.com
- Host: GitHub
- URL: https://github.com/ro-nemo/codeceptjs-seleniumwebdriver-orangehrm
- Owner: Ro-Nemo
- Created: 2025-01-10T19:07:04.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2025-01-31T18:57:05.000Z (9 days ago)
- Last Synced: 2025-01-31T19:32:22.941Z (9 days ago)
- Topics: codeceptjs, crud, fakerjs, pageobject, selenium-webdriver, windows
- Language: JavaScript
- Homepage:
- Size: 29.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
<<<<<<< HEAD
# CodeceptJS-Webdriver Automation Demo Project
Validation: CRUD New user and Admin User in OrangeHRM Portal
https://opensource-demo.orangehrmlive.com/web/index.php/auth/loginOBS: The Demo video can be downloaded in: https://github.com/Ro-Nemo/CodeceptJS-SeleniumWebdriver-OrangeHRM
Initial Installation
- Install Node 14 LTS
https://nodejs.org/en/- Install Java
https://www.java.com/download/ie_manual.jspTerminal installation
1) Install selenium-standalone in terminal As global npm package
CHECK LATEST VERSION IN https://www.npmjs.com/package/selenium-standalone
npm install selenium-standalone --save-dev
npx selenium-standalone install && npx selenium-standalone start2) Install WebdriverIO, CHECK LATEST VERSION IN https://www.npmjs.com/package/webdriverio
npm i webdriverio3) Install CodeceptJS https://codecept.io/quickstart/
npx create-codeceptjs .4) Install Faker
https://www.npmjs.com/package/@faker-js/faker
npm i @faker-js/faker
npm install --save-dev @faker-js/faker5) Run automated test Script in CodeceptJS
npm run codeceptjs crud_test.jsCredits: Ro-Nemo
Jan/2025