GithubHelp home page GithubHelp logo

sdetqatestautomation / nightwatch Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 17.05 MB

This repository contains code for Nightwatch.js tutorial.

JavaScript 100.00%
nightwatch nightwatchjs nightwatch-setup nightwatch-demo nightwatch-tests nightwatch-api nightwatch-configuration nightwatch-cucumber cucumber cucumber-js

nightwatch's Introduction

Nightwatch Cucumber Framework

Installation Instructions

execute command npm install to install all dependencies after cloning repo.

Installing Nightwatch

npm i nightwatch@next  

Install Cucumber

npm install @cucumber/cucumber

Driver installation

npm i geckodriver
npm i chromedriver
npm i selenium-server
npm i iedriver

cloning repositoty

git clone https://github.com/SDETQATestAutomation/nightwatch.git

Update all dependencies

npm i -g npm-check-updates
ncu -u
npm install

Important Links

https://www.w3.org/TR/webdriver/
https://peter.sh/experiments/chromium-command-line-switches/

Chromdriver option list

"--log-level=3"
"--remote-debugging-port=0"
"--no-default-browser-check"
"--allow-outdated-plugins"
"--disable-logging"
"--disable-breakpad"
"--disable-client-side-phishing-detection"
"--disable-component-update"
"--disable-hang-monitor"
"--disable-prompt-on-repost"
"--disable-web-resources"
"--safebrowsing-disable-auto-update"
"--safebrowsing-disable-download-protection"
"--use-mock-keychain"
"--disable-popup-blocking"
"--metrics-recording-only"
"--ignore-certificate-errors"
"--ignore-urlfetcher-cert-requests"
"--test-type"
"--no-first-run"
"--disable-default-apps"
"--silent"
"--ignore-gpu-blacklist"
"--disable-gpu"
"--disable-software-rasterizer"
"--disable-infobars"
"--disable-extensions"
"--disable-dev-shm-usage"
"--no-sandbox"

nightwatch's People

Contributors

sdetqatestautomation avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.