conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
143 stars 46 forks source link

Add user journey test to check that logs can be found for failed builds #797

Closed peytondmurray closed 6 months ago

peytondmurray commented 6 months ago

Fixes #672.

Description

This PR implements a user journey test that checks that a user can access logs for a failed build.

This pull request:

Pull request checklist

How to test

Run the conda-store server:

docker compose up

Then run the test:

cd conda-store-server
pytest tests/user_journeys/test_user_journeys.py::test_failed_build_logs
netlify[bot] commented 6 months ago

Deploy Preview for kaleidoscopic-dango-0cf31d ready!

Name Link
Latest commit df79cc6d9d466802dc13f56d9198a7b59ff37968
Latest deploy log https://app.netlify.com/sites/kaleidoscopic-dango-0cf31d/deploys/6605c63fe95c930008748988
Deploy Preview https://deploy-preview-797--kaleidoscopic-dango-0cf31d.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

peytondmurray commented 6 months ago

Test failures appear to be unrelated.