-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Unified Recorder] Add sample unified recorder tests to template #18817
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
timovv
merged 26 commits into
Azure:main
from
timovv:unified-recorder/18227-unified-recorder-in-template
Jan 10, 2022
Merged
Changes from 17 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5fe93bd
Add sample unified recorder tests to template
timovv d52f4cf
Fix lint issues
timovv eee8f21
Fix tests to work in browser
timovv a806c32
Provide environment variable export
timovv bf68caa
Make the new recorder use its own env export
timovv e1b9139
Fix up the tests a little bit
timovv ff90778
WIP -- trying to fix browser tests
timovv bf61f75
load the env file by default
HarshaNalluru a774935
changelog
HarshaNalluru 368e8b5
Merge branch 'harshan/load-env-by-default' of https://github.com/Hars…
HarshaNalluru b2a88fb
fix template project
HarshaNalluru 52e3d69
Update sdk/test-utils/recorder-new/test/testProxyTests.spec.ts
HarshaNalluru 9a05a69
Update sdk/test-utils/recorder-new/test/testProxyTests.spec.ts
HarshaNalluru 0ae9935
revert testing things
timovv 8925380
Merge branch 'main' into unified-recorder/18227-unified-recorder-in-t…
timovv 04ea007
Revert accidental changes to testing-recorder-new recordings
timovv a3fb7cf
Remove the storage-queue/data-tables tests
timovv 6676616
Remove recordings we don't need any more
timovv 4217995
Merge branch 'main' into unified-recorder/18227-unified-recorder-in-t…
timovv 76c7bab
Merge branch 'main' into unified-recorder/18227-unified-recorder-in-t…
timovv 88f8624
Merge branch 'main' into unified-recorder/18227-unified-recorder-in-t…
timovv 52ab72b
Updates to template based on new refactor
timovv 9239f0d
New syntax for dev-tool run
timovv ffe8cd9
Merge branch 'main' into unified-recorder/18227-unified-recorder-in-t…
timovv c30f419
Formatting
timovv b089f40
Merge branch 'main' into unified-recorder/18227-unified-recorder-in-t…
timovv 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
96 changes: 47 additions & 49 deletions
96
...figurationclient_functional_tests/recording_predetermined_setting_has_expected_value.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
...gs/browsers/core_v1_tests_using_unified_recorder/recording_storagequeue_create_queue.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
143 changes: 143 additions & 0 deletions
143
...ngs/browsers/core_v2_tests_using_unified_recorder/recording_datatables_create_entity.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev-tool run test:browseris a different script than thetest:browserin line 48 right? Not a big deal but I was originally confused thinking this would end up in an infinite loop of "test:browser" -> "integration-test:browser" -> "test:browser".I wonder if we can have a different name in dev-tool?