kiota/it
dependabot[bot] a7c37e5ff7
chore(deps): bump github.com/microsoft/kiota-abstractions-go
Bumps the kiota-dependencies group in /it/go with 1 update: [github.com/microsoft/kiota-abstractions-go](https://github.com/microsoft/kiota-abstractions-go).


Updates `github.com/microsoft/kiota-abstractions-go` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/microsoft/kiota-abstractions-go/releases)
- [Changelog](https://github.com/microsoft/kiota-abstractions-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-abstractions-go/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/microsoft/kiota-abstractions-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kiota-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 08:39:04 +00:00
..
csharp chore(deps): bump the kiota-dependencies group 2024-11-14 08:51:32 +00:00
go chore(deps): bump github.com/microsoft/kiota-abstractions-go 2024-11-21 08:39:04 +00:00
java chore(deps): bump the kiota-dependencies group 2024-11-19 08:18:17 +00:00
mockserver chore: updates mock server version 2024-10-18 12:27:30 -04:00
php chore(deps-dev): update phpstan/phpstan requirement || ^2.0.0 in /it/php 2024-11-11 08:21:44 +00:00
python chore(deps-dev): bump aiohttp from 3.11.4 to 3.11.6 in /it/python 2024-11-20 08:19:21 +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-dev): bump @types/node in /it/typescript 2024-11-20 09:04:05 +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 Added suppression and tied it to a known issue which will be fixed later 2024-11-14 15:12:13 +03:00
do-clean.ps1 - corrects script verbosity 2023-08-23 15:37:22 -04:00
exec-cmd.ps1 ci: fixes the mock server script to ensure it also works on windows 2024-10-18 12:15:29 -04:00
generate-code.ps1 Cleanup tests 2024-01-23 20:18:12 +03:00
get-additional-arguments.ps1 Initial fixes to restore Java IT 2024-10-18 10:43:01 +01: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}