kiota/it
github-actions[bot] 27725ded34
Merge pull request #5170 from microsoft/dependabot/npm_and_yarn/it/typescript/kiota-dependencies-109a9f4044
chore(deps): bump the kiota-dependencies group in /it/typescript with 7 updates
2024-08-15 12:15:14 +03:00
..
csharp chore(deps): bump the kiota-dependencies group 2024-08-15 08:25:18 +00:00
go chore(deps): bump the kiota-dependencies group in /it/go with 2 updates 2024-08-14 08:42:50 +00:00
java chore(deps): bump the kiota-dependencies group 2024-08-12 08:54:42 +00:00
mockserver use Maven to start MockServer 2023-03-30 18:34:40 +01:00
php Add support for form and multipart serialization. 2024-04-09 16:05:06 +03:00
python chore(deps-dev): bump tomlkit from 0.13.0 to 0.13.2 in /it/python 2024-08-14 08:53:12 +00:00
ruby Bump the kiota-dependencies group in /it/ruby with 1 update 2024-02-19 08:26:56 +00:00
typescript chore(deps): bump the kiota-dependencies group 2024-08-15 08:54:37 +00:00
Readme.md no Makefile 2023-03-13 17:16:48 +00:00
compare-generation.ps1 Cleanup tests 2024-01-23 20:18:12 +03:00
config.json Remove suppressions and update composer dependency versions. 2024-04-09 16:49:03 +03:00
do-clean.ps1 - corrects script verbosity 2023-08-23 15:37:22 -04:00
exec-cmd.ps1 Fix the Mock Server Integration Tests execution 2024-02-19 12:15:55 +00:00
generate-code.ps1 Cleanup tests 2024-01-23 20:18:12 +03:00
get-additional-arguments.ps1 Cleanup tests 2024-01-23 20:18:12 +03:00
get-is-suppressed.ps1 - updates getting the scripts directory 2023-08-23 15:33:14 -04:00

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}