Skip to content

Bit-Lords-1000101/DevFinder-Selenium-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevFinder Selenium Testing

Introduction

This is a testing project for the DevFinder project. It uses Selenium to test the functionality of the DevFinder website.

Installation

Clone the project:

git clone https://github.com/Bit-Lords-1000101/DevFinder-Selenium-Testing.git

Install the dependencies:

cd DevFinder-Selenium-Testing
pip install -r requirements.txt

Usage

Create .env config file in the root folder:

DEVFINDER_USERNAME = <username>
DEVFINDER_PASSWORD = <password>

Run the tests:

python tests.py

Run the tests with the streamlit app:

streamlit run app.py

About

Selenium Web Driver automated tests for DevFinder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages