microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.47k stars 235 forks source link

Clean-up and rename the ApiChecker tool #1010

Closed kblok closed 3 years ago

kblok commented 3 years ago

Let's rename it if we are going to use it for more general purposes.

avodovnik commented 3 years ago

I agree. Also, since we're touching it, let's make sure we do housecleaning tasks on it, like clean-up the compiler/analyzer warnings.

avodovnik commented 3 years ago

@kblok How do you feel about just calling it CLI? If we want to differentiate from Playwright's actual CLI, we could get creative and say CLISharp :-)

kblok commented 3 years ago

This would be for internal use. We could have the suffix CLI, but I think it would be nice to have a name to reflect that it's not the dotnet tool but something for us to work with.