kiota/it
dependabot[bot] 97b42eec66
Bump @typescript-eslint/parser from 7.7.0 to 7.7.1 in /it/typescript
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>
2024-04-23 08:44:28 +00:00
..
csharp Bump Azure.Identity from 1.11.1 to 1.11.2 in /it/csharp 2024-04-22 08:35:22 +00:00
go Bump golang.org/x/net from 0.22.0 to 0.23.0 in /it/go 2024-04-19 13:22:52 +00:00
java Bump the kiota-dependencies group in /it/java with 5 updates 2024-04-22 08:25:52 +00:00
mockserver use Maven to start MockServer 2023-03-30 18:34:40 +01:00
php Fix casing and ignore errors with hashmap keys. 2023-10-03 17:49:46 +03:00
python Bump pluggy from 1.4.0 to 1.5.0 in /it/python 2024-04-22 08:59:57 +00:00
ruby Bump the kiota-dependencies group in /it/ruby with 1 update 2024-02-19 08:26:56 +00:00
typescript Bump @typescript-eslint/parser from 7.7.0 to 7.7.1 in /it/typescript 2024-04-23 08:44:28 +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 Adds CI for intergration tests. 2024-02-28 23:15:02 +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}