-
Notifications
You must be signed in to change notification settings - Fork 27
bugs
BSick7 edited this page Aug 7, 2015
·
3 revisions
To help aid bug resolution, it will help the Fayde team to include test cases in the source. Follow the steps below.
- Fork Fayde
- Add
/testsite/issue#.fap
(replace # with issue number in git) - If you need additional files, include them in the
/testsite
directory. - Register test @
/testsite/index.html
in the tests array as 'IssueTests/issue#.fap'. (Please maintain alphabetical ordering) - Run
gulp reset
. - Run
gulp testsite
. - Navigate to issue test.
- Ensure issue is reproducible.
- Submit pull request referencing git issue.