Replies: 1 comment
-
Where and how you run your test/report won't be to do with the code, it
will be to do with the pipeline you configure.
Personally mine is configured in github workflow. The test runs on a github
runner (configured using yml files) and stores the report as an artifact on
completion.
…On Tue, 19 Sep 2023, 08:37 m3dbedb, ***@***.***> wrote:
The project allows to generate test report, but how do I expose it over
network (e.g. 80-th port)
—
Reply to this email directly, view it on GitHub
<#417>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUSSHAIF7Y4LOWCR43FFG4DX3FDSJANCNFSM6AAAAAA453FTKM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The project allows to generate test report, but how do I expose it over network (e.g. 80-th port)
Beta Was this translation helpful? Give feedback.
All reactions