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
The tests created for this issue will test the default contents of the Transplanting Report page in the BarnKit.
These tests must check that the:
Other information:
farmdata2/farmdata2_modules/fd2_barn_kit/transplantingReport
transplantingReport.html
transplantingReport.defaults.spec.js
Some additional notes:
.spec.js
describe
it
farmdata2/farmdata2_modules/fd2_example/
ui
api
Original issue by braughtg Tuesday Mar 28, 2023 at 19:28 GMT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The tests created for this issue will test the default contents of the Transplanting Report page in the BarnKit.
These tests must check that the:
Other information:
farmdata2/farmdata2_modules/fd2_barn_kit/transplantingReport
directory.transplantingReport.html
file contains the source code for the page.transplantingReport.defaults.spec.js
Some additional notes:
.spec.js
file should include a comment at the top that describes what the file as a whole is testing.describe
should describe in a short phrase what the file is testing.it
for each of the things to be tested.it
s so that eachit
tests a cohesive set of things.it
should describe in a short phrase what theit
is testing..spec.js
files in thefarmdata2/farmdata2_modules/fd2_example/
sub-tabs (e.g.ui
,api
) may provide some helpful examples.Original issue by braughtg
Tuesday Mar 28, 2023 at 19:28 GMT
The text was updated successfully, but these errors were encountered: