You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a team-wide convention for adding specs of the following kinds:
1.) Unit tests
2.) API requests
3.) System tests
These tests should be easy to run from the command line, and run automatically upon creation of a pull request.
Logic can be added to not run unit tests and API request specs that were not affected by the code change.
The text was updated successfully, but these errors were encountered:
There should be a team-wide convention for adding specs of the following kinds:
1.) Unit tests
2.) API requests
3.) System tests
These tests should be easy to run from the command line, and run automatically upon creation of a pull request.
Logic can be added to not run unit tests and API request specs that were not affected by the code change.
The text was updated successfully, but these errors were encountered: