nebari-dev / nebari-docs

📖 Documentation for Nebari
https://www.nebari.dev
BSD 3-Clause "New" or "Revised" License
14 stars 27 forks source link

[DOC] - Add notes on how to run Playwright/Cypress tests locally #468

Open viniciusdc opened 1 month ago

viniciusdc commented 1 month ago

Preliminary Checks

Summary

We should provide clear instructions on executing Cypress and Playwright test workflows using Makefiles. This transition to Makefiles for running tests will simplify the process for users who wish to test our infrastructure and developers looking to replicate the CI pipelines. Including detailed guidance on these workflows will ensure a smooth adaptation for all stakeholders.

Steps to Resolve this Issue

  1. Test/Run the Cypress and Playwright tests locally;
  2. Create these steps into a Makefile;
  3. Document a note for first-time contributors on how to run such file and run the tests
marcelovilla commented 1 month ago

Just as a side note, we should probably update https://www.nebari.dev/docs/community/nebari-tests once we have a way of running the tests using a Makefile.