Documentation ¶
Index ¶
- type Allure
- func (a *Allure) AddAttachment(attachmentName, buf bytes.Buffer, typ string)
- func (a *Allure) CreateStep(name string, stepFunc func())
- func (a *Allure) EndCase(status string, err error, end time.Time)
- func (a *Allure) EndStep(status string, end time.Time)
- func (a *Allure) EndSuite(end time.Time) error
- func (a *Allure) GetCurrentSuite() *beans.Suite
- func (a *Allure) PendingCase(testName string, start time.Time)
- func (a *Allure) StartCase(testName string, start time.Time) *beans.TestCase
- func (a *Allure) StartStep(stepName string, start time.Time)
- func (a *Allure) StartSuite(name string, start time.Time)
- type AllureReportOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Allure ¶
func (*Allure) AddAttachment ¶
func (*Allure) CreateStep ¶
func (*Allure) GetCurrentSuite ¶
type AllureReportOutput ¶
type AllureReportOutput struct { output.OutputInterface // contains filtered or unexported fields }
func NewOutput ¶
func NewOutput(suiteName, reportLocation string) *AllureReportOutput
func (*AllureReportOutput) Finalize ¶
func (o *AllureReportOutput) Finalize()
func (*AllureReportOutput) Process ¶
func (o *AllureReportOutput) Process(t models.TestInterface, result *models.Result) error
Click to show internal directories.
Click to hide internal directories.