-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Testing
Use Case
As a Node driver developer
I want to consolidate environment variable ingestion in our tests
So that we don't accidentally skip tests and our test suite actually covers everything that we think it covers
User Impact
N/A
Dependencies
N/A
Unknowns
- Full list of current env variable ingestion locations
Acceptance Criteria
- Gather environment variables ingestion to a root mocha hook
- Add existence validation where applicable
Implementation Requirements
N/A
Testing Requirements
- Sanity check to make sure the number of tests running as part of each suite hasn't decreased (i.e., tests aren't being unintentionally skipped)
Documentation Requirements
N/A
Follow Up Requirements
N/A