We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should enable the capability to copy directories wholesale with the @venus-resource annotation
Let's say we have the following directory structure:
|-foo |- data1.txt |- bar |- data2.txt |- biz |- data3.txt
We should be able to have the following annotations at the top of a unit test:
/** * @venus-library mocha * @venus-resource foo * @venus-resource foo/bar * @venus-resource foo/bar/biz */
If the test is running on http://localhost:2013/venus-core/1, the resources will be available at the following URLs:
The text was updated successfully, but these errors were encountered:
roelrz
No branches or pull requests
We should enable the capability to copy directories wholesale with the @venus-resource annotation
Let's say we have the following directory structure:
We should be able to have the following annotations at the top of a unit test:
If the test is running on http://localhost:2013/venus-core/1, the resources will be available at the following URLs:
The text was updated successfully, but these errors were encountered: