зеркало из https://github.com/microsoft/kiota.git
91057fc512 | ||
---|---|---|
.. | ||
csharp | ||
go | ||
java | ||
mockserver | ||
php | ||
python | ||
ruby | ||
typescript | ||
Readme.md | ||
compare-generation.ps1 | ||
config.json | ||
do-clean.ps1 | ||
exec-cmd.ps1 | ||
generate-code.ps1 | ||
get-additional-arguments.ps1 | ||
get-is-suppressed.ps1 |
Readme.md
Running the Integration Tests
Run the following steps to locally run the integration tests.
Publish locally a development version of kiota
:
dotnet publish ./src/kiota/kiota.csproj -c Release -p:PublishSingleFile=true -p:PublishReadyToRun=true -o ./publish
Generate the code:
./it/generate-code.ps1 -descriptionUrl ${FILE/URL} -language ${LANG}
And finally run the test:
./it/exec-cmd.ps1 -language ${LANG}