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-configurations-framework/ |
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
...