-
Notifications
You must be signed in to change notification settings - Fork 5
Setup integration test job and create initial OpenAI agent instrument integration tests #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
00fbfab
initial integration test
jsl517 4251c3c
Merge branch 'main' into users/pefan/integrationtest
jsl517 ce5d7ae
fix yml file
jsl517 346c76b
lock file update
jsl517 f57cad2
fix env variables
jsl517 a3a468c
exclude integration tests from unit test run
jsl517 5459cdd
use pnpm for integration job
jsl517 0eb6f0e
comments
jsl517 8eff3d5
comment: test folder change, fix test failure
jsl517 17f7fd0
never skip integration tests
jsl517 a2e1689
Merge branch 'main' into users/pefan/integrationtest
fpfp100 1f30e95
Update packages/agents-a365-observability-extensions-openai/src/OpenA…
fpfp100 19c5f8b
copilot comment
jsl517 e2fb81e
Merge branch 'users/pefan/integrationtest' of https://github.com/micr…
jsl517 5e68381
lock file update
jsl517 d1ee2b4
Merge branch 'main' into users/pefan/integrationtest
fpfp100 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| // ------------------------------------------------------------------------------ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // ------------------------------------------------------------------------------ | ||
|
|
||
| module.exports = { | ||
| preset: 'ts-jest', | ||
| testEnvironment: 'node', | ||
| rootDir: '.', | ||
| testMatch: ['**/tests/observability/integration/**/*.test.ts'], | ||
| moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'], | ||
| collectCoverageFrom: [ | ||
| 'tests/observability/integration/**/*.ts', | ||
| '!tests/observability/integration/**/*.d.ts', | ||
| '!tests/observability/integration/**/*.test.ts', | ||
| ], | ||
| coverageDirectory: 'coverage/integration', | ||
| setupFilesAfterEnv: ['<rootDir>/tests/observability/integration/setup.ts'], | ||
| testTimeout: 60000, | ||
| globals: { | ||
| 'ts-jest': { | ||
| tsconfig: { | ||
| module: 'commonjs', | ||
| esModuleInterop: true, | ||
| }, | ||
| }, | ||
| }, | ||
| }; | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/agents-a365-observability-extensions-openai/jest.config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.