Skip to content

alerin345/Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

Automation scripts

Technologies

Project is created with:

  • Selenium Webdriver
  • Node.js

Setup

To run this project:

First we need to download chromedriver from the site:

Chromedriver

Install libraries

npm install

Create file .env with environment variables likes:

TRACKING_NUMBER=1235421
EHOST=ct8.pl
EMAIL=example@gmail.com
EPASSWORD=examplePassword
BROWSER=true

If we don't want to run browser during script we can delete BROWSER from environment variables TRACKING_NUMBER - this is the tracking number EHOST - SMTP address EMAIL - The email we use to send the email EPASSWORD - Email password that we use to send the e-mail BROWSER=true - Show the browser window while the script is running (environment variable optional)

To run script use command

node inpost

About

Automation scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors