1.0.10 • Published 7 months ago

@testmanlabs/testman-feature v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago