Skip to content

Testing: Create .env.test File and Override Environment Variables for Testing #285

@nishika26

Description

@nishika26

To maintain a consistent and isolated environment for testing, we need to create a .env.test file containing test-specific environment variables. This will allow us to override the default .env values with configurations tailored for testing, ensuring that the production environment remains unaffected. By doing this, we can be one step closer to having a fully isolated testing setup.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions