1.0.10 • Published 10 months ago

@testmanlabs/testman-feature v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Testman Feature

A feature management library for Testman Labs. This library helps in processing feature files for test case management with custom fields.

Build App

Test App

Installation

npm install @testmanlabs/testman-feature

Usage

import { FeatureToJSON, IFieldMaps, IFeatureElement, IFeatureScenario, IFeatureToJSON } from '@testmanlabs/testman-feature';

// Example usage
const featureData: IFeatureToJSON = FeatureToJSON('path/to/feature/file');
console.log(featureData);

API

Functions

*FeatureToJSON(filePath: string): IFeatureToJSON Converts a feature file to a JSON object.

  • filePath: The path to the feature file.

Interfaces

**IFieldMaps** Represents a map of fields.

**IFeatureElement** Represents a feature element.

**IFeatureScenario** Represents a feature scenario.

**IFeatureToJSON** Extends IFeatureScenario and includes an array of IFeatureElement.

License

MIT

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago