Open-Earth-Foundation / CityCatalyst

Open Source carbon accounting for cities
GNU Affero General Public License v3.0
20 stars 5 forks source link

e2e: Manual input test #668

Closed isaaccodekill closed 1 month ago

isaaccodekill commented 1 month ago

Includes playwright tests for direct-measure in every sector

image
lemilonkh commented 1 month ago

The new integration tests seem to be quite slow from your screenshot. Can you try to parallelize them as suggested in the yellow notice next?

Otherwise I guess we can start running our Playwright tests as a separate step in parallel to our regular tests...

isaaccodekill commented 1 month ago

The new integration tests seem to be quite slow from your screenshot. Can you try to parallelize them as suggested in the yellow notice next?

Otherwise I guess we can start running our Playwright tests as a separate step in parallel to our regular tests...

Parallelizing them cause the tests to break in headless mode. If it is a hard requirement to make them run in parallel we can create a separate ticket to accomplish that

Let me know what you think