8000 GitHub - richardss/artemis: Advanced Robotics Tool Enterprise Monitoring Interface System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from golemhq/golem

Advanced Robotics Tool Enterprise Monitoring Interface System

License

Notifications You must be signed in to change notification settings

richardss/artemis

 
 

Repository files navigation

Artemis

Advanced Robotics Tool Enterprise Monitoring Interface System

Artemis is a test framework for browser automation forked by Golem (https://github.com/golemhq/golem) Tests can be written with code in Python, codeless using the web IDE, or both.

Tests can be written with the web app

But, they are still Python code

Batteries Included

Screen Captures

Report Dashboard

Execution Report

Test Execution Detail

Installation

Artemis works with Python 3.6+

Read the full installation guide here: https://golem-framework.readthedocs.io/en/latest/installation.html

Quick Start

Create a test directory anywhere in your machine

golem-admin createdirectory <test_directory>

Download the latest webdriver executables

cd <test_directory>
webdriver-manager update

Webdriver executables are downloaded to the drivers folder. For more information check this page of the documentation.

Start the Web Module

golem gui

The Web Module can be accessed at http://localhost:5000/

By default, the following user is available: username: admin / password: admin

Run a Test From Console

golem run <project> <test>
golem run <project> <suite>

Args:

  • -b | --browsers: a list of browsers, by default use defined in settings.json or Chrome
  • -p | --processes: run in parallel, default 1 (not parallel)
  • -e | --environments: a list of environments, the default is none
  • -t | --tags: filter tests by tags

Documentation

https://golem-framework.readthedocs.io/

Questions

If you have any question please use the Gitter channel.

Contributing

If you found a bug or want to contribute code please read the contributing guide.

License

MIT

Credits

Logo based on "to believe" by Shannon E Thomas, CC BY 4.0

About

Advanced Robotics Tool Enterprise Monitoring Interface System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.4%
  • JavaScript 17.0%
  • HTML 9.1%
  • CSS 2.5%
0