Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lets recurisevely discover tests in directory structure #1

Open
coder4life opened this issue Sep 11, 2017 · 0 comments
Open

Lets recurisevely discover tests in directory structure #1

coder4life opened this issue Sep 11, 2017 · 0 comments

Comments

@coder4life
Copy link
Member

executeWoWRequest (request) {

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant