Commit Graph

40 Commits

Author SHA1 Message Date
Brian Mann f6947fcf5a docs: actionability should link to assertions, not requirements 2017-06-30 14:15:04 -04:00
Brian Mann d9f510726a docs: finish requirements, assertions, timeouts! 2017-06-29 12:52:01 -04:00
Brian Mann 335cbb3d7b docs: cy.then and cy.spread usage, requirements, assertions, timeouts 2017-06-28 11:57:43 -04:00
Brian Mann 424ab64ab6 docs: cy.server + cy.route requirements, assertions, timeouts 2017-06-28 01:49:32 -04:00
Brian Mann e5c160a6b1 docs: cleanup usage, add more requirements, assertions, timeouts 2017-06-28 01:01:26 -04:00
Brian Mann aba991c8a0 docs: rules for cy.request, add command requirements to other custom requirements 2017-06-28 00:23:09 -04:00
Brian Mann 07ed16a9d9 docs: WIP, add utility assertions, timeouts for assertions themselves 2017-06-27 23:57:05 -04:00
Brian Mann b5031f61fa docs: WIP continue writing requirements and assertions, created Rules section 2017-06-27 18:10:03 -04:00
Brian Mann 9d3a20e6aa docs: WIP refactor requirements, add assertions section, update usage content 2017-06-27 01:14:27 -04:00
Brian Mann 0dad262ee4 docs: WIP lots more requirements, timeouts, content updates 2017-06-26 15:18:09 -04:00
Brian Mann 3eca61e1f7 docs: read file + write file requirements and timeouts 2017-06-26 13:34:46 -04:00
Brian Mann 158ea1a685 docs: eslint use single quotes 2017-06-26 12:39:21 -04:00
Brian Mann 425767100b docs: whoops, don't resolve early 2017-06-26 09:35:28 -04:00
Brian Mann f4577909bc docs: rename 'defaults' to 'requirements'
2017-06-26 01:05:20 -04:00
Brian Mann b4bf36205c docs: WIP normalizing defaults and timeouts 2017-06-26 01:00:59 -04:00
Brian Mann 6acb418230 docs: WIP, normalizing all of the yields for every command
- all of the straightforward ones are done
- still working on the custom / complex ones
2017-06-25 16:22:39 -04:00
Brian Mann 669790bec2 docs: rename fields for clarity
- Notes -> Description
- Default -> Defaults
- Timeout -> Timeouts
2017-06-25 13:56:21 -04:00
Brian Mann 7cba8aa696 docs: in page hash ref for timeout usage option 2017-06-25 13:52:47 -04:00
Brian Mann ffa1733269 docs: fixes #210, normalize all API usage tables to be consistent 2017-06-24 19:17:41 -04:00
Brian Mann 508edcbe33 docs: moar cleanup 2017-06-24 16:21:53 -04:00
Brian Mann dea718e36a docs: refactor, cleanup 2017-06-24 16:20:29 -04:00
Brian Mann db65b0576a docs: rename helper icons for clarity, use argument 2017-06-24 15:54:35 -04:00
Brian Mann 601ef95035 docs: fix yields helper going to wrong hash 2017-06-24 15:47:52 -04:00
Brian Mann 52d9f7c687 docs: add usageOptions templates for log, force, and timeout 2017-06-24 15:43:58 -04:00
Brian Mann 9383fd5749 docs: refactored tags, extract all to lib, handle promisifying and beeper on any tag error 2017-06-24 15:34:01 -04:00
Brian Mann 37fd22446d docs: add source to tag helper failure on local file 2017-06-18 14:46:02 -04:00
Brian Mann ee751d020a docs: increase performance by using HEAD instead of GET
- bypass checking download.cypress.io
- normalize href’s so we don’t request dupes
2017-06-16 15:39:40 -04:00
Brian Mann e5dd194519 docs: better error handling, ignore timeout errors 2017-06-16 15:25:40 -04:00
Brian Mann ae75db66ea docs: correctly catch timeout errors, let real errors throw 2017-06-16 15:08:10 -04:00
Jennifer Shehane 61a62d78a0 doc: set timeout of url validator request to 5000ms 2017-06-16 14:48:31 -04:00
Jennifer Shehane 53a4cb9d85 docs: add catch for failed requests that prints error message and returns 2017-06-16 14:29:15 -04:00
Jennifer Shehane c0cc9d359e docs: url tag now throws if given undefined href 2017-06-16 12:43:09 -04:00
Brian Mann 1223f2e42b docs: add urlHash tag helper to generate links within current document 2017-06-15 16:40:11 -04:00
Brian Mann e2732a643d docs: implement caching internal and external urls to prevent unnecessary requests + speed up building 2017-06-14 13:39:24 -04:00
Brian Mann f3da1bf63a docs: upgrade asserting hashes to take into account <a> elements with matching href attribute 2017-06-14 13:38:53 -04:00
Jennifer Shehane 784b28f4b5 docs: comment out external url validation until url linking strategy is more thoroughly discussed 2017-06-14 11:57:10 -04:00
Brian Mann 3c9e7e98a5 docs: add tests around addPageAnchors helper 2017-06-11 20:03:04 -04:00
Brian Mann b55dfb0e42 docs: cleanup 2017-06-09 16:18:36 -04:00
Brian Mann 81e4cbf1b4 docs: validate hashes exist when using {% url %} tag helper 2017-06-09 12:45:05 -04:00
Brian Mann 0192212581 docs: wrote custom 'url' tag to generate and validate that all urls are correct
-added docs unit tests
-validate external urls
-validate local urls by looking up their sidebar data translation
-TODO: validate that hashes exist on the suggested page
2017-06-08 16:12:41 -04:00