Socket
Book a DemoInstallSign in
Socket

@tdd-buffet/selenium

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tdd-buffet/selenium

Selenium tools for tdd-buffet

0.4.28
latest
Source
npmnpm
Version published
Weekly downloads
14
16.67%
Maintainers
1
Weekly downloads
 
Created
Source

Selenium tools for tdd-buffet

Build Status codecov

Requirements

  • Docker 1.12.0+
  • docker-compose 1.18.0+

Install

npm install @tdd-buffet/selenium

Start a grid with Chrome and Firefox

npx @tdd-buffet/selenium start [N=1] --port 4444 --retries 15

The hub will listen at 0.0.0.0:4444 and it will have 2*N browser nodes (N Chrome and N Firefox):

Start a grid with debug nodes with VNC

npx @tdd-buffet/selenium debug --port 3333 --retries 15

The same hub as above will spin up, but this time only 2 nodes (Chrome and Firefox) with VNC enabled will connect. VNC is available at 0.0.0.0:5900 (Chrome) and 0.0.0.0:5901 (Firefox).

Connect other containers

When spinning up the grid a network named tdd-buffet is created. You can make other containers visible to the grid nodes by having them join the same network - they will then be accessible through their name. Here's an example using docker-compose:

version: '2.1'

services:
  my-service:
    image: nginxdemos/hello
    networks:
      - tdd-buffet
    expose:
      - 80

networks:
  tdd-buffet:
    external: true # this tells docker-compose that the
                   # network was created outside this project
npx @tdd-buffet/selenium start
docker-compose up -d
# Now you can tell the hub to access http://my-service

network

Stop everything

npx @tdd-buffet/selenium stop

Keywords

selenium

FAQs

Package last updated on 16 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.