-
Notifications
You must be signed in to change notification settings - Fork 53
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
[DOC] Add Playwright tests to grab relevant screenshots #570
Comments
I'll organize the images into the directory structure {conda-store/conda-store-ui}/{diataxis section}/{descriptive filename} |
playwright already exists and has a very basic integration test. The playwright tests for the ui exist on the conda-store repo. This has some implications:
This leaves me with the questions: |
The playwright test setup has been merged. This is now unblocked. Where should the screenshots be stored? The documentation is in conda-store repo, but these images will be generated on the conda-store-ui repo. The easiest option is just to save them as artifacts and manually push them to the docs repo. |
Just noting here that the playwright test is flaky @dcmcand will open an issue. |
Update - The flaky test is fixed, ref: conda-incubator/conda-store-ui#326, conda-incubator/conda-store-ui#321 |
|
Still working on this. I had to create some test repos as a playground because some of the action triggers only work on main and I don't want to debug in the main repos. I looked at the |
This comes from the fact that PRs are bundled under issues (so by proxy PR comments are also issue comments).
This does not seem right - for example, from the action I shared only when we call it with |
I did code it that way, but then when I was reading the docs I guess I just misunderstood it so I reverted. I can switch it back to triggering on The issue will still remain that the playwright test workflow will have to have already completed before this new workflow can be triggered. I couldn't find a way around that, but if you have a suggestion there, I'm all ears! |
This has been open for so long and @gabalafou has already raised concerns about longer term toil and maintenance for this feature (with which I agree). I am tempted to close this issue and the associated PR soon unless I hear compelling arguments against it and a mitigation plan for the maintenance burden and potential disruption to contribution workflows. |
+1 to closing the issue |
The corresponding PR is already closed, so I'm closing this issue. |
Also, make sure we have descriptive image names
The text was updated successfully, but these errors were encountered: