GithubHelp home page GithubHelp logo

neooblaster / -testcomplete-loggerutil Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4 KB

A log output interface to let scripts working with TestComplete & NodeJS at the same time

JavaScript 100.00%

-testcomplete-loggerutil's Introduction

TestComplete - LoggerUtil

A log output interface to let scripts working with TestComplete & NodeJS at the same time.

  • Version : v0.1.2
  • Compatibility : TestComplete - NodeJS
  • Script : ./node_modules/@testcomplete/loggerutil/LoggerUtil.js
  • Dependencies :
    • none

Summary

LoggerUtil Setup for TestComplete

As this library is published on npmjs, you can easily get library with the following command if you have nodejs installed on your computer.

npm install @testcomplete/loggerutil

Please confer to this documentation to add script in TestComplete :

Script List for the setup :

  • ./node_modules/@testcomplete/loggerutil/LoggerUtil.js

@testcomplete/testcompletelibrarysetup

Get Started

First of all, you have to add the script LoggerUtil.js to your script library in TestComplete.

In any script (TestComplete of NodeJs), require library like this

// Check for NodeJS. If NodeJS, require need relative path
let sPrePath = typeof process !== 'undefined' ? './' : '';

let logger = require(`${sPrePath}LoggerUtil`);

Log a message message()

The method message( ...[] ) log an info message text.

// Log a message in registry (or stdout)
logger().message('My message text');

Log a warning warning()

The method warning( ...[] ) log the provided message with the warning state.

// Log a warning in registry (or stdout)
logger().warning('My message text');

Log an error error()

The method error( ...[] ) log the provided message with the error state.

// Log an error in registry (or stdout)
logger().error('My message text');

-testcomplete-loggerutil's People

Watchers

James Cloos avatar DUPRE Nicolas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.