-
Notifications
You must be signed in to change notification settings - Fork 74
Migrate integration tests to in-process hosts via WebApplicationFactory and remove external server orchestration from build
#564
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
Changes from 21 commits
e92e6f5
1cb4ec1
4a192ad
da42711
35f0275
7b3a024
2f0108c
a953ff4
4c3e468
4b3788c
6e3b98a
cf98a5a
28a3e9a
b9516f2
c2bd3b5
7b3e9b8
da16a5e
5867d45
1645ed9
9d1b0e0
db23e2c
bf46908
5179f08
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,10 @@ open FSharp.Data.GraphQL | |
|
|
||
| module Commands = | ||
|
|
||
| type GraphQLApi = GraphQLProvider<"http://localhost:8086"> | ||
| [<Literal>] | ||
| let IntrospectionPath = "introspection.json" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @copilot это херня! Как этот файл обновляться будет???
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправил: sample снова ссылается на |
||
|
|
||
| type GraphQLApi = GraphQLProvider<IntrospectionPath> | ||
| let GetCharactersData = GraphQLApi.Operation<"queries/FetchCharacters.graphql">() | ||
|
|
||
| type Character = GraphQLApi.Operations.FetchCharacters.Types.CharactersFields.Character | ||
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.
@copilot мне кажется что обновлять introspection всё таки нужно
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.
Вернул обновление introspection в дефолтную цепочку: добавил
StartStarWarsServerTargetиUpdateIntrospectionFileTargetпередAllвbuild/Program.fs. Коммит:038c282.