Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Support adding to karma files #30

Open
@goncalossilva

Description

@goncalossilva

It'd be great if there was support for adding additional karma files.

Something like:

karma {
  files = [pattern: "resources/main/tzdata-latest/**", watched: false, served: true, included: false]
}

This could be achieved by concatenating here:

"files" to listOf<String>(
kotlinTestOutput(project).absolutePath
),

This would enable workflows where the code being tested needs access to external resources.

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