Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 820 Bytes

tas-configurations-framework.md

File metadata and controls

36 lines (31 loc) · 820 Bytes
id title hide_title sidebar_label description keywords url site_name slug
tas-configurations-framework
Configurations for Framework
true
Configurations for Framework
Custom configuration for frameworks.
LambdaTest TAS
Test at Scale
TAS - Configurations for Framework
TAS - Configuration
LambdaTest
tas-configurations-framework/

Configurations for Framework


Mocha

Follow these steps to use a custom configuration file in mocha framework.

  • Create a mocha configuration file in the repository.
require: 
  - ts-node/register 
  - jsdom-global/register
  • Add configFile parameter in the tas yml file and reference the mocha config file.
...
configFile: mocharc.yml
...