Unit Report

Started: 2024-12-04 20:55:13
Suites (9)
9 passed
0 failed
0 pending
Tests (33)
33 passed
0 failed
0 pending
Configuration Class
should add new key-value pair to the configuration
passed
0.009s
Configuration Class
should combine configurations correctly using addAll
passed
0.001s
Configuration Class
should return correct value for a given key
passed
0.001s
TagProcessor
should return tagArgs if no edition is provided
passed
0.02s
TagProcessor
should handle a single edition with <= operator
passed
0.001s
TagProcessor
should handle a single edition with >= operator
passed
0.001s
TagProcessor
should handle a single edition with < operator
passed
0.002s
TagProcessor
should handle a single edition with > operator
passed
0.001s
TagProcessor
should handle a single edition with no operator
passed
0s
TagProcessor
should log a message if edition is not found
passed
0.001s
TagProcessor
should handle multiple editions
passed
0s
TagProcessor
should build tags correctly when tags are empty
passed
0.001s
getListOfActors
throws an error when config file cannot be loaded
passed
0.116s
getListOfActors
throws an error when beta feature config does not exist
passed
0.001s
getListOfActors
loads main configuration when betaFeature is not provided and main config file exists
passed
0.005s
getListOfActors
falls back to default configuration if main config file does not exist
passed
0.001s
getListOfActors
loads beta feature configuration when betaFeature is provided
passed
0.006s
FileMutex > acquire
should create the directory if it does not exist
passed
0.061s
FileMutex > acquire
should create the lock file if it does not exist
passed
0.009s
FileMutex > acquire
should acquire the lock using proper-lockfile
passed
0.002s
FileMutex > acquire
should throw an error if lock acquisition fails
passed
0.017s
FileMutex > release
should release the lock using proper-lockfile
passed
0s
FileMutex > release
should throw an error if lock release fails
passed
0.001s
getUATFileName
return the pipeline matched config files for pipeline matched files exists
passed
0.004s
getUATFileName
return the default config files for pipeline matched files not exists
passed
0.001s
example functions
add function adds two numbers correctly
passed
0s
example functions
greet function greets a person with their name
passed
0s
SpawnRunner > run
should call runPreprocessing when bddMode is true
passed
0.003s
RunnerHelper > createRunner
should throw error on invalid runner type
passed
0.002s
RunnerHelper > createRunner
should create a valid runner class
passed
0.001s
validateFeatureFiles
runPreprocessing with correct arguments and log success
passed
0.022s
validateFeatureFiles
runPreprocessing with playwright conf
passed
0.001s
validateFeatureFiles
error when runPreprocessing fails
passed
0.001s