Skip to content

integ-test: Introduce .NET integration tests #39

Description

@vlesierse

Current integration tests are build using TypeScript. As the construct is focused towards a .NET development experience, the integration tests should reflex that as well.

An example of a possible test would be;

new DotNetFunction(this, "Function", new DotNetFunctionProps {
  ProjectDir = "src/MyFunction"
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions