-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add support for testconfig.json entries in MSTest #3872
Merged
Merged
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
296e268
flow down config
engyebrahim cd7822a
fix formating
engyebrahim 4e67acc
Merge branch 'main' into enji/config
engyebrahim ffeb415
remove static
engyebrahim ce95524
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim 84398a3
fix tests
engyebrahim 0299b6a
throw in case of two types of settings
engyebrahim dbac583
reformating func
engyebrahim 51fc99d
Merge branch 'main' into enji/config
engyebrahim 711e192
added all settings check from json
engyebrahim 0391a16
Merge branch 'main' into enji/config
engyebrahim ca05a01
Merge branch 'main' into enji/config
engyebrahim 7be3d5a
fix keys
engyebrahim 6ea735b
added proj ref
engyebrahim a9f7e47
updated adapter settings to use config(have an error it gets only one…
engyebrahim a4bb90f
Merge branch 'main' into enji/config
engyebrahim 6627a74
Merge branch 'main' into enji/config
engyebrahim 172ce41
updated directory retrieval
engyebrahim 36551f8
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim c051c32
update runsettings to use config
engyebrahim 2cbfcca
fixed comment
engyebrahim 42d590b
update comment
engyebrahim a8c8745
updated comment
engyebrahim bb179fb
rename
engyebrahim 333e8b5
rename
engyebrahim d0186c7
typo
engyebrahim 0b486f8
Merge branch 'main' into enji/config
engyebrahim 6ec6423
remove unusful condition
engyebrahim 776619b
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim 86bb339
fix build
engyebrahim 1e7f436
fix compilation err
engyebrahim 87668a6
add check for having runsettings with mstest settings
engyebrahim ed5ddc7
Merge branch 'main' into enji/config
engyebrahim 00067ce
Merge branch 'main' into enji/config
engyebrahim 14947eb
update comment
engyebrahim ed6105f
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim f7f252a
fix
engyebrahim 003142b
applied comments
engyebrahim 7c52c0b
Merge branch 'main' into enji/config
engyebrahim 701ad6b
throw only if runsetting has mstest/mstesv2 wit config presents
engyebrahim 0460a2b
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim 887a3b1
merge in case we have both config files
engyebrahim 1640800
typo
engyebrahim d5916a7
Merge branch 'main' into enji/config
engyebrahim 1a1be02
update conditions
engyebrahim d68bd30
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim 323b3e7
format funcs
engyebrahim efab5cb
use app domain from config
engyebrahim 01544fd
update json
engyebrahim 14828c9
added a comment
engyebrahim 80f51cc
fix overide
engyebrahim bbfd27e
fix merging
engyebrahim c3b3248
update value from json
engyebrahim 5a676b8
fix
engyebrahim 232ded3
fix
engyebrahim e864e5f
Merge branch 'main' into enji/config
engyebrahim 31a8237
added integration tests (not baild sussessfully yet)
engyebrahim db8e947
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim d0f9628
Merge branch 'main' into enji/config
engyebrahim 140ba53
fix
engyebrahim 6da76eb
Merge branch 'enji/config' of https://github.com/microsoft/testfx int…
engyebrahim 3d7e49d
Fix names
Evangelink be377c0
Merge branch 'main' into enji/config
engyebrahim 426b422
fixed integration tests
engyebrahim dbaa4c7
Merge branch 'main' into enji/config
engyebrahim f2f7372
typo
engyebrahim 8b862f8
addd a unit test
engyebrahim 2081767
change privacy
engyebrahim 1f59b1a
update code
engyebrahim 626ab63
warnning
engyebrahim 88304ca
add test
engyebrahim 19d18f5
set region
engyebrahim f80f6b3
more unit tests
engyebrahim afa3bb8
spaces
engyebrahim f1698cc
fix
engyebrahim b50b7a7
added test
engyebrahim 6946926
update security
engyebrahim 2b1904f
added appdomain test
engyebrahim 602f179
fix build
engyebrahim 02ba78f
Merge branch 'main' into enji/config
engyebrahim cceed83
Merge branch 'main' into enji/config
engyebrahim 71fac23
Merge branch 'main' into enji/config
engyebrahim 22f897c
rename index
engyebrahim 88518bf
update message
engyebrahim 617e3d2
localize error
engyebrahim 4d03e51
move mstest check to settings file
engyebrahim 5a0e201
added more test
engyebrahim ce8fc1c
update tests
engyebrahim ba85b66
fixed tests
engyebrahim 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 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 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
9 changes: 9 additions & 0 deletions
9
src/Adapter/MSTest.TestAdapter/Resources/Resource.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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.
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.
Can't we use polyfill for both? @Evangelink how's the story of polyfill here?
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.
I would need to double check but yeah most likely it should work.