Skip to content

R1PLI/codeceptjs_automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

You should install codeceptJS globally

npm i -g codeceptjs

Installing codeceptJS

For init you codeceptJS json you should enter:

codeceptjs init

Method suggestion in IDE

For method suggestion in your IDE (e.g - Webstorm)

codeceptjs def

Gulp.js

You should install gulp in order to be able to use the gulp-tasks

To install gulp run:

npm install --global gulp-cli
npm install --save-dev gulp

Selenium standalone server

You should install selenium standalone server and chromedriver from npm

npm i -g selenium-standalone
selenium-standalone install

To run selenium task install 'gulp-exec' module -

npm install --save-dev gulp-exec  
npm install --save-dev child_process

To run selenium server use

gulp selenium

About

Practice in javascript automation with codeceptJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published