Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Overhaul #46

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from
Open

Documentation Overhaul #46

wants to merge 1 commit into from

Conversation

noomorph
Copy link
Collaborator

@noomorph noomorph commented Jul 12, 2024

  • Introduction
    • (index)
      • What is jest-allure2-reporter?
      • Why another Allure reporter for Jest?
      • Key advantages over other reporters
    • Installation
      • Prerequisites
      • Setup
    • Usage
  • Customization
    • Approaches
      • Docblock annotations
      • Runtime API
      • DSL (Domain-Specific Language) annotations
      • Declarative configuration (Jest config file)
    • Anatomy of reports 🚧
    • Report Widgets
      • Environment information (configuration options)
      • Executors
    • Test Sources 🚧
      • Test Cases
      • Test Files
      • Test Run
    • Test Metadata
      • Descriptions (using $Description, $DescriptionHtml, @description)
      • Statuses
      • Attachments (using allure.attachment, allure.createAttachment, @attachment, allure.fileAttachment, @FileAttachment)
      • Ownership (using $Owner, @owner)
      • Severity levels (using $Severity, @Severity)
      • Links (using $Issue, @issue, $TmsLink, @tms, $Link, @link)
      • Test parameters (using allure.parameter)
      • Custom labels (using $Label, @Label)
    • Test Steps
      • Creating steps (using allure.step, allure.createStep, @step)
      • Statuses
      • Attachments (using allure.attachment, allure.createAttachment, @attachment, allure.fileAttachment, @FileAttachment)
      • Test parameters (using allure.parameter)
    • Test Grouping
      • Suites
      • Behaviors
      • Packages
      • Categories
    • Timeline
    • Test History
    • Advanced
      • Presets
      • Plugins
      • Jest Internals
  • API Reference
    • Exports 🚧
    • Docblocks
    • Annotations
    • Decorators
    • Plugin API
      • Runtime
      • Source code
    • Configuration
      • Overview
      • Presets
      • Customizers
      • Helpers 🚧
      • Environment
      • Executor
      • Test Case
      • Test Step
      • Test File
      • Test Run
  • Contributing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant