Skip to content

Bootstrap and Teardown Selenium Standalone Server for CodeceptJS

License

Notifications You must be signed in to change notification settings

gkushang/codeceptjs-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeceptjs-selenium

Bootstrap and Teardown Selenium Standalone Server for CodeceptJS

Usage

Install

    yarn add codeceptjs-selenium -D

Add to CodeceptJS Config

    {
        ...
    
        bootstrap: require('codeceptjs-selenium').bootstrap,
        teardown: require('codeceptjs-selenium').teardown,
        
        ...
    }
    

About

Bootstrap and Teardown Selenium Standalone Server for CodeceptJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published