-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a Node driver engineer
I want to publish our team testing guidelines on the public github testing readme
So that external users can view our testing practices when making submissions to our driver.
Our testing practices are described here: https://docs.google.com/document/d/1V1PSxBWGf95bzKRPEJVGEnqnI5yDEvgU3GRQtHjJFoM/edit
Acceptance Criteria
- Add the information described in the testing convention document to the public testing readme.
- Add a bullet to our PR checklist confirming that any new tests adhere to the testing guidelines and links to the testing guidelines section of the readme.
- Also document the following
- Any test setup should use a utility client instead of the client that will be used in the actual tests
- related to
-
NODE-4292 Enforce testing guidelines with a lint rule
- Backlog