extpostman

package
v1.5.6 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPostmanAction added in v1.5.0

func NewPostmanAction() action_kit_sdk.Action[PostmanState]

Types

type NewmanJsonReport added in v1.5.1

type NewmanJsonReport struct {
	Run Run `json:"Run"`
}

type PostmanAction added in v1.5.0

type PostmanAction struct {
}

func (PostmanAction) Describe added in v1.5.0

func (PostmanAction) NewEmptyState added in v1.5.0

func (f PostmanAction) NewEmptyState() PostmanState

func (PostmanAction) Prepare added in v1.5.0

func (PostmanAction) Start added in v1.5.0

func (PostmanAction) Status added in v1.5.0

func (PostmanAction) Stop added in v1.5.0

type PostmanConfig added in v1.5.0

type PostmanConfig struct {
	CollectionId   string
	ApiKey         string
	EnvironmentId  string
	Environment    []map[string]string
	Verbose        bool
	Bail           bool
	Timeout        int
	TimeoutRequest int
	Iterations     int
}

type PostmanState added in v1.5.0

type PostmanState struct {
	Command         []string `json:"command"`
	Pid             int      `json:"pid"`
	CmdStateID      string   `json:"cmdStateId"`
	Timestamp       string   `json:"timestamp"`
	StdOutLineCount int      `json:"stdOutLineCount"`
}

type Run added in v1.5.1

type Run struct {
	Stats *Stats `json:"Stats"`
}

type Stat added in v1.5.1

type Stat struct {
	Total   int `json:"total"`
	Pending int `json:"pending"`
	Failed  int `json:"failed"`
}

type Stats added in v1.5.1

type Stats struct {
	Requests   *Stat `json:"Requests"`
	Assertions *Stat `json:"Assertions"`
}

Jump to

Keyboard shortcuts

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