Skip to content
forked from pruner/cli

The Pruner CLI that reduces the amount of time spent running tests.

Notifications You must be signed in to change notification settings

MartinSkovsen/cli

 
 

Repository files navigation

cli

The Pruner CLI that reduces the amount of time spent running tests.

To do

  • Providers (dotnet)
  • Sample test projects
  • Unit tests

pruner dotnet

await execa("docker-compose", [
    ...this.getFilesArguments(args),
    "--project-name",
    chunk.name,
    "run",
    "--service-ports",
    "--use-aliases",
    "--volume",
    `${chunk.hostMachineDirectoryPath}:/.pruner`,
    "--entrypoint",
    "/bin/sh",
    serviceName,
    "-c",
    `dotnet test --no-build --verbosity normal --filter "${testFilter}" --logger "junit;LogFilePath=/.pruner/${individualReportFileName}"`
], {
    cwd: args.cwd
});

About

The Pruner CLI that reduces the amount of time spent running tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.0%
  • C# 10.5%
  • JavaScript 0.5%