Skip to content

vitalets/selenium-nodejs-request-mocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocking Network Requests with Selenium WebDriver BiDi (Node.js)

Usage

  1. Clone the repo:

    git clone https://github.com/vitalets/selenium-nodejs-request-mocks.git
    
  2. Install dependencies:

    npm install
    
  3. Run dev server:

    npm run dev
    
  4. Open new terminal and run tests without mocks:

    npm run test:nm
    
  5. Run tests with client-side mocks:

    npm run test:csr
    
  6. Run tests with server-side mocks:

    npm run test:ssr
    

About

Mocking Network Requests with Selenium WebDriver BiDi (Node.js)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors