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
Tests could be arbitrarily any depth after a root folder node. This means we would need to update a master file every time a new test is written when paths could change in an API endpoint. A more safe, but difficult approach is better, is searching the depth of the tree. We could also do a basic cache system of all the valid tests routes once discovered.
In node-js apps there is a lot of watch like functions. Lets see how they do this and see if we can add some of the principle aspects to detect new tests.
The text was updated successfully, but these errors were encountered:
test-runner/src/base.js
Line 32 in 13ebf4a
Tests could be arbitrarily any depth after a root folder node. This means we would need to update a master file every time a new test is written when paths could change in an API endpoint. A more safe, but difficult approach is better, is searching the depth of the tree. We could also do a basic cache system of all the valid tests routes once discovered.
In node-js apps there is a lot of watch like functions. Lets see how they do this and see if we can add some of the principle aspects to detect new tests.
The text was updated successfully, but these errors were encountered: