ayd-web-scenario-scheme

command module
v0.0.0-...-f590a89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2023 License: MIT Imports: 9 Imported by: 0

README

Ayd Web-Scenario

A headless browser controller for Ayd status monitoring tool.

Quick Start

1. Install

Download a plugin binary from release page. (pre built binary is not yet released) And place binary to some directory that is included in PATH environment variable.

2. Make a scenario

A scenario is a script to control headless browser, written in Lua.

A scenario looks lie above.

t = tab.new("https://your-service.example.com")

t("input[name=username]"):sendKeys("test-id")
t("input[name=password]"):sendKeys("test-password")
t("input[type=submit]"):click()

assert.eq(t("h1").text, "welcome test-id!")

Please see also reference for more information about features you can use in the scenario.

You can use REPL mode for testing how to write scenario. Please execute ayd-web-scenario-scheme without any argument.

3. Test scenario in standalone mode

If you passed file path instead of URL, web-scenario works in the standalone mode that shows logs more readable style. You can use --head flag for check what is going on on the window, and/or --debug flag for get more detail information.

$ ayd-web-scenario-scheme /path/to/scenario.lua
4. Schedule using Ayd

You can use Web-Scenario as a plugin of Ayd for monitoring web services.

$ ayd web-scenario:/path/to/scenario.lua

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL