Skip to content

AppScriptIO/javascriptTestRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

javascriptTestRunner

This is a script repository. Where the modules inside should be dummy not complicated, controlled by a script executer or api client.

Allow attaching chrome Nodejs inspector automatically:

_This prevents the need to manually reload Chrome inspector window or focus the window in order for it to reattach.

  • In chrome://inspect/#devices open Open dedicated DevTools for Node
  • run tests from terminal.

Usage:

node --no-lazy ./node_modules/.bin/scriptManager test "({ testPath: './distribution/test', shouldDebugger: true, shouldCompileTest: false })" yarn run scriptManager test "({ testPath: ['./distribution/test'], shouldDebugger: true, shouldCompileTest: false })" Or running test without inspector debugging (i.e. with console.log debugging): yarn run scriptManager test "({ testPath: ['./test'], shouldDebugger: false, shouldCompileTest: true })"


TODO list


๐Ÿ”‘ License: MIT

About

๐Ÿ› ๏ธ๐Ÿ“Ÿ Run tests in container.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published