boundlessgeo/b7s-katalon

Name: b7s-katalon

Owner: Boundless

Description: Docker images for Katalon Studio and other frameworks.

Created: 2018-02-23 15:41:29.0

Updated: 2018-02-23 15:41:53.0

Pushed: 2018-02-23 22:31:14.0

Homepage: null

Size: 13

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Boundless Katalon Suite
Information

This is a fork of katalon-studio/docker-images.

The repo has been modified to allow for easy declaration of browser type and also adding a docker proxy alias assigned to docker host ip to be added to the containers /etc/hosts file.

Build
ild/build.sh
Steps to use

Download Katalon Studio here

  1. Create a project and add Test Cases + Test Suites
  2. In a terminal cd to the project folder
  3. Run the following command below, make any adjustments to the env variables as needed.
er run --rm -v $PWD:/katalon/katalon/source:ro \
            -e BROWSER_TYPE="Firefox" \
            -e TEST_SUITE_PATH="Test Suites/General Test Suite" \
            -e DOCKER_PROXY_ALIAS="nginx" \
            b7s-katalon:latest

Environment Variables:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.