зеркало из https://github.com/microsoft/kiota.git
97b42eec66
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.0 to 7.7.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
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}