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

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

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)