Natixar / Blockchain-frontend

Other
0 stars 0 forks source link

None of the Playwright Tests Work #3

Open lepeuvedic-natixar opened 1 month ago

lepeuvedic-natixar commented 1 month ago

Problem

None of the 30 playwright unit tests work. The documentation README.md does not say to install playwright first.

How to Reproduce?

  1. Install playwright: npx playwright install
  2. Run the tests: npx playwright test

None of the 30 tests work. 20240917 Blockchain-frontend Playwright Test Report.pdf

Sagerahl commented 1 month ago

The Playwright end-to-end (e2e) test suite is currently in active development and is not yet fully integrated. Development on this test suite started recently, so the tests are not expected to fully work at this stage. Apologies for any confusion caused by the incomplete state of the tests.

I’ll keep the issue open and will update once the e2e test suite is stable and fully functional.