department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
283 stars 205 forks source link

Pension | Make E2E Tests Concurrent #97619

Open ToddWebDev opened 18 hours ago

ToddWebDev commented 18 hours ago

Pension | Make E2E Tests Concurrent

Description

To improve the efficiency of our CI/CD pipeline, the end-to-end (E2E) tests for the Pension Benefits form need to be updated to support concurrent execution. Currently, multiple test suites are grouped into a single file, which prevents them from being run concurrently. This task involves separating each test suite into its own file, allowing the Platform team to configure the tests to run concurrently within the pipeline.

Tasks

Acceptance Criteria

Definition of Done