Skip to content

augmented-testing/multi-user-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugins

Introduction

The multi-user plugin for Scout enables collaborative testing.

The main repository for Scout can be found here.

Requirements

Scout is developed in Java and therefore requires the Java Runtime Environment (JRE). JRE version 8 or later is suitable for running Scout and its plugins.

Take a look at the Actions page to see which versions of Java are tested automatically as part of the CI process.

Build and Run

Build automation is accomplished using a Maven. Use the following Maven command:

  • To build the plugin: mvn compile.
  • To build the plugin and perform tests: mvn test.
  • To install the plugin to an existing Scout installation: mvn install.

The installation path for the plugin can be adjusted in the pom.xml at the maven-resources-plugin configuration.

Run Plugin with Scout

Copy the compiled class files either by executing mvn install or manual copying to the plugin folder of your Scout installation. If you don't have Scout installed yet, you can download it from the main repository.

VSCode

If you decide to use VSCode as IDE than you have to install the Java Extension Pack to be able to develop a plugin.

You can find more information about how to manage Java projects in VSCode following this link.

License

Copyright (c) 2021-2022 Andreas Bauer

This work (source code) is licensed under MIT.

Files other than source code are licensed as follows:

  • Documentation and screenshots are licensed under CC BY-SA 4.0.
  • Banner is based on graphics from diagrams.net and is licensed under CC BY-SA 4.0.

See the LICENSES folder in the root of this project for license details.

About

This plugin enables collaboration for GUI testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages