Skip to content
/ testing Public

Toolbox to assemble test software (Jest, Selenium, google-chrome-headless

Notifications You must be signed in to change notification settings

Akarah/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

ToolBox for testing software

this packages have :

  • Selenium
  • Google-chrome Headless
  • Jest
  • utils for simulate chrome

How to use this package ?

  1. go to docker hub
  2. download container
  3. use this image

Example in gitlab CI tasks

integration_test:
  image: akarah:testing
  needs: ["build"]
  script:
    - npm run dev &
    - npm test -- tests/Selenium.test.js --host=selenium__standalone-chrome
  variables:
  SELENIUM_HOST: "selenium-standalone-chrome"
  services:
    - name: selenium/standalone-chrome:latest

this image replace before_script section with many operation for initialise test software !

About

Toolbox to assemble test software (Jest, Selenium, google-chrome-headless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published