Skip to content

awsmin/wp-job-openings-automation-testing

Repository files navigation

WP Job Openings Automation Testing

Automation Testing scripts for WP Job Openings using Puppeteer. Both headless and non-headless modes are supported.

Setup

  • Clone the Repo
  • Execute npm install command from the root of the project
  • Copy and rename the .env.example file to .env and configure the settings
  • Now, execute the npm start command from the root of the project

Options

node application.js --help

Usage: application.js [options]

Options:
  --version      Show version number                                   [boolean]
  -f, --file     Resume for Upload              [default: "./assets/resume.pdf"]
  -p, --preview  Preview Mode                                          [boolean]
  -h, --help     Show help                                             [boolean]

Examples:
  application.js -f resume.docx

Demo

Headless Mode

Headless Mode

Browser Preview

Browser Preview