Skip to content

Allow configuring karma with TypeScript: karma.conf.ts #4220

Open
@qlonik

Description

@qlonik

Is your feature request related to a problem? Please describe.

Allowing the developer to configure karma and be able to type check

Describe the solution you'd like

In the file lib/services/test-execution-service.ts the value for karma config is hardcoded on the line 326. Is it possible to discover the config file in the order similar to the one on the karma website: https://karma-runner.github.io/3.0/config/configuration-file.html ?

Describe alternatives you've considered

Additional context

Here is the location of the code discovering test file in the karma: https://github.com/karma-runner/karma/blob/master/lib/cli.js#L114..L129

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions