push-based / user-flow

📦 Combine Chrome tooling like Lighthouse userflows and DevTools reconder scripts in your CI
MIT License
118 stars 3 forks source link

test: make sandbox test run sequentially #268

Closed ChristopherPHolder closed 7 months ago

ChristopherPHolder commented 7 months ago

TL;DR;

This MR stabilizes the e2e test by making them run sequentially

Description

We are currently having issues with the e2e test located in the sandbox.

The issue is cause by running test in parallel. Creating and destroy file that may be required for other test.

While we chose a proper testing strategy we can stabilize the test by simply turning off all concurrency.

This will unblock us for the migration and allow for an easer transition to a new e2e and integration testing strategy.

ChristopherPHolder commented 7 months ago

Because its being merged into not main but a separate branch i will go ahead and merge and we can have the conversation before we merge to main.