Artifacts in CI #15134
Answered
by
bahmutov
SimonasB88
asked this question in
CI setup
Artifacts in CI
#15134
Replies: 3 comments 10 replies
-
Can you provide more explanation, please? What artifacts? Download after PR? Do you mean recording test results and videos and screenshots to Cypress Dashboard and then getting them back? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I’m still very confused by what you are trying to do. Are you trying to upload a file during cypress test?
…Sent from my iPhone
On Feb 19, 2021, at 03:10, SimonasB88 ***@***.***> wrote:
Hey @bahmutov thank you for your answer!
I mean, there is a Payment plugin that must be tested in production server. Every time in PR there is a job workflow:
Then job is uploading the artifact to "fixtures" path in the Github
And then, I would like to upload that artifact to the production server, in this case it is plugin .zip, and to run the test in pipeline on production server.
Cypress File Upload works ok for that, but the test can't get that uploaded artifact in "fixtures" folder.
Is it possible to test like that?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Can you show the spec file that you have so far and show screenshots of what happens?
…Sent from my iPhone
On Feb 19, 2021, at 09:28, SimonasB88 ***@***.***> wrote:
@bahmutov yes, upload plugin .zip file, into the ecommerce platform, but I am trying to do this on pipeline.
Looking forward to hearing from you!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
SimonasB88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
wanted to ask, if there is possible to configure the Actions for CI test like that and succeed the test execution:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions