Skip to content
/ selenoid Public

Starts selenoid server on linux inside github actions workflow

License

Notifications You must be signed in to change notification settings

ajinx/selenoid

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

selenoid v2

Starts selenoid server on linux inside github actions workflow!

Run selenium webdriver tests on selenoid (aerokube/selenoid) using Github Actions

Selnoid is Selenium Hub successor running browsers within containers. 
Scalable, immutable, self hosted Selenium-Grid on any platform with single binary. 
https://aerokube.com/selenoid/latest/. 

Selenoid is downloaded and configured using CM tool: https://aerokube.com/cm/latest/

Action workflow example

on: [push]

jobs:
  tests:
    runs-on: ubuntu-latest
    name: <Any name> 
    steps:
    - name: <e.g. Selenoid >
      uses: ajinx/selenoid@v2
    - uses: actions/checkout@v2
    - run: npm ci  
    - name: <Any test job run name>
      run: <Test execution command e.g. mvn test, npm test etc>
      

In your test configuration, specify remote url as http://localhost:4444/wd/hub

This is still in BETA and won't work on Windows and MAC runners, Log any issues you noticed.

About

Starts selenoid server on linux inside github actions workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published