Skip to content

kbelotserkovets/Test-run-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction for running test

Clone repository

Use this command

git clone https://github.com/Ksen4ik/Test-run-browser.git

Notes

  • Please, make sure your Chrome browser's version is 73
  • Chromedriver's version in the repository is 73. If you're using another version of Chrome, here is the link for download another chromedriver, according to your Chrome browser's version and just replace file.

Install Python

Here is the link for install Python 3.6

Install pip

Use pip to run our commands.

Install required packages

  • Open Terminal\cmd from Test-run-browser folder
  • Type:
pip install -r requirements.txt

Run via IDE

  • Open try1.py file in any JetBrains IDE. In my case, I'm using PyCharm
  • Run this file by clickng Shift + F10

Run via Terminal from Test-run-browser (Linux/Mac)

python3 ./try1.py

Run via cmd from Test-run-browser (Windows)

python ./try1.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages