Skip to content

Medogo/python-whatsapp-messages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't forget to give a ⭐ to make the project popular.

❓ What is this Repository about?

  • This repo contains example code of How to send a WhatsApp messages using Python, including a sample on how to send WhatsApp messages on LambdaTest Cloud platform.
  • This project uses Pytest framework to run the tests.

❓ More about Sending WhatsApp Messages...

Integrating WhatsApp messages into the test automation workflow, testers can instantly notify stakeholders of test results, critical bugs, or system failures. Such timely notifications can drastically reduce response times, making the overall testing process more agile, efficient, and effective.

Running the Code

To run any of the scripts from command line use the following command in the correct folder:

pytest

Running the Cloud Grid Sample

By default, the test would be running on LambdaTest Platform on Chrome and Firefox Browsers, and on Windows 11 and MacOS.

As a prerequisite for this code, you need:

  1. Download and Install Python

  2. Download and Install Visual Studio Code

  3. Open the project in Visual Studio Code

  4. Enter in the cloud-grid folder

cd cloud-grid
  1. Install pytest, and Selenium WebDriver libraries
pip install -r requirements.txt

In order to run this cloud grid sample, please run the command below in the project folder:

pytest

✍️ Blog Link

🧬 Need Assistance?

💭 Checkout the blogs related to Testing on LambdaTest blog.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%