https://github.com/mfaisalkhatri/pcloudy-selenium-javascript
This repository contains example code of running web automation tests using selenium webdriver with javascript
https://github.com/mfaisalkhatri/pcloudy-selenium-javascript
javascript selenium selenium-webdriver testing webautomation
Last synced: about 1 month ago
JSON representation
This repository contains example code of running web automation tests using selenium webdriver with javascript
- Host: GitHub
- URL: https://github.com/mfaisalkhatri/pcloudy-selenium-javascript
- Owner: mfaisalkhatri
- Created: 2023-02-15T17:34:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T17:53:59.000Z (over 3 years ago)
- Last Synced: 2025-07-18T20:11:45.356Z (11 months ago)
- Topics: javascript, selenium, selenium-webdriver, testing, webautomation
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Don't forget to give a :star: to make the project popular.
## :question: What is this Repository about?
- This repository contains example code of running web automation tests using Selenium WebDriver with javascript
- Selenium Webdriver framework is used to write the tests using JavaScript.
- This repo uses Mocha for writing tests and Chai assertions.
- Create a new file `.env` and update the values for `PCLOUDY_USERNAME` and `PCLOUDY_APIKEY`(This refers to Browser API Access Key) in it. These values can be found in the profile section once logged in on pCloudy cloud platform.
- To run the test from use the following command: `npm test`
🧬 Need Assistance?
- Discuss your queries by writing to me @ `mohammadfaisalkhatri@gmail.com`
OR ping me on any of the social media sites using the below link:
- [Linktree](https://linktr.ee/faisalkhatri)
## :thought_balloon: Checkout the blogs related to Testing on [pCloudy](https://www.pcloudy.com/blog/), [medium](https://medium.com/@iamfaisalkhatri) and [my website](https://mfaisalkhatri.github.io)