routes

package
v0.0.0-...-3bf487b Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EmbedToFeature

func EmbedToFeature(c *fiber.Ctx) (err error)

EmbedToFeature @Summary embed files to feature @Description embed files to feature of a cucumber report @Tags embed @Accept json @Produce json @Param message body models.Embed true "Embed Info" @Success 200 {object} handlers.ResponseData @Failure 400 {object} handlers.ResponseData @Router /embed/toFeature [post]

func EmbedToScenario

func EmbedToScenario(c *fiber.Ctx) (err error)

EmbedToScenario @Summary embed files to scenario @Description embed files to scenario of a cucumber report @Tags embed @Accept json @Produce json @Param message body models.Embed true "Embed Info" @Success 200 {object} handlers.ResponseData @Failure 400 {object} handlers.ResponseData @Router /embed/toScenario [post]

func EmbedToStep

func EmbedToStep(c *fiber.Ctx) (err error)

EmbedToStep @Summary embed files to step @Description embed files to step of a cucumber report @Tags embed @Accept json @Produce json @Param message body models.Embed true "Embed Info" @Success 200 {object} handlers.ResponseData @Failure 400 {object} handlers.ResponseData @Router /embed/toStep [post]

func HTMLGenerate

func HTMLGenerate(c *fiber.Ctx) (err error)

HTMLGenerate @Summary generate html reports @Description generate html reports from cucumber report @Tags html @Accept json @Produce json @Param message body models.HTML true "HTML Info" @Success 200 {object} handlers.ResponseData @Failure 400 {object} handlers.ResponseData @Router /html/generate [post]

Types

This section is empty.

Jump to

Keyboard shortcuts

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