SuitestAutomation/suitest-js-api

View on GitHub
lib/chains/openUrlChain.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function openUrlFactory has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const openUrlFactory = (classInstance) => {
    const toJSON = data => ({
        type: getRequestType(data, false),
        request: {
            type: 'openUrl',
Severity: Minor
Found in lib/chains/openUrlChain.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status