Giter Site home page Giter Site logo

gopherciser-extended-example's Introduction

Example of how to extend gopherciser with custom actions

The repo showcases how to extend gopherciser with custom actions to be used during user simulations towards a Qlik Sense environment. All functionality of the the original gopherciser will be included by importing it.

Included actions

This repo includes two actions registered on init.

dummy action

This action is an "empty" action which can be used as a template action to be copied and used to implement new actions.

slacknotify action

This action is an example action on custom action implementation. This example action should be deleted when using the repo as a template repo. The action send a message to slack channel webhook after each successful user iteration, accounting for which session and thread was finished as well as how many warnings the iteration had.

An example script using this action can be found here. After updating it with correct server and webhook it can be executed as follows:

# Build the tool
go build -o myowngopherciser .
# Execute script including custom actions
./myowngopherciser execute -c ./examples/notifydemo.json

Generate documentation

This project is set up to extend the documentation of gopherciser. To (re)generate documentation run go generate in the root of this repository. This will generate the following files:

  • generatedocs/generated/documentation.go
  • generatedocs/generated/settingup.md

The documentation of documentation generation can be found here.

Custom scheduler

How to add a custom scheduler documented here

gopherciser-extended-example's People

Contributors

renovate[bot] avatar dnllrssn avatar atluq avatar

Stargazers

 avatar

Watchers

James Cloos avatar Hampus von Post avatar  avatar Johan Bjerning avatar  avatar

gopherciser-extended-example's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

gomod
go.mod
  • go 1.21
  • github.com/hashicorp/go-multierror v1.1.1
  • github.com/json-iterator/go v1.1.12
  • github.com/pkg/errors v0.9.1
  • github.com/qlik-oss/gopherciser v0.18.9

  • Check this box to trigger a request for Renovate to run again on this repository

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.