Commit Graph

474 Commits

Author SHA1 Message Date
Brian Mann 82ad5698ae Merge remote-tracking branch 'origin/master' 2017-06-17 15:53:46 -04:00
Brian Mann 77b3f1a594 docs: rename + restructure the sidebar, docs, urls 2017-06-17 15:53:37 -04:00
Loren Norman 99f3edf538 test login ONCE, short circuit afterwards 2017-06-17 15:53:11 -04:00
Brian Mann 1405dde2f8 docs: link official cypress docker github 2017-06-17 15:38:52 -04:00
Loren Norman dba18640e6 tweaks and start into Testing Strategy 2017-06-17 15:17:22 -04:00
Brian Mann 89a71f395b docs: moved dashboard docs into their own main nav section 2017-06-17 14:59:43 -04:00
Brian Mann 1d1ad00777 docs: renamed default API doc
-capitalized
2017-06-17 14:56:24 -04:00
Brian Mann ca49c60008 docs: prefix unused docs with underscore 2017-06-17 14:22:58 -04:00
Brian Mann a0ee61ae85 docs: ask the user to specifically opt into scraping the docs 2017-06-17 13:57:09 -04:00
Brian Mann 26b47aa94f docs: added doc scraping to deploy process
- explain how to add circle ci credentials
- spin up circle instance to scrape the docs
- messaging + error handling
2017-06-17 13:50:14 -04:00
Loren Norman 10fec37e41 most of Testing Your App 2017-06-16 17:33:22 -04:00
Brian Mann 36550580f7 docs: cleanup examples, make recipes h2 links, style github repo links 2017-06-16 16:37:28 -04:00
Brian Mann 35afe3637c docs: mixup formatting errors, change lists, add comments 2017-06-16 16:15:55 -04:00
Brian Mann 02bee8cd55 docs: more style tweaks for code blocks, bold items, anchor hover 2017-06-16 16:15:40 -04:00
Brian Mann 81b95c480c docs: tweaked styles 2017-06-16 15:46:42 -04:00
Brian Mann a0cf484556 docs: fixes failing tests 2017-06-16 15:42:30 -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 2df0b03d5e docs: began editing 'writing test' file 2017-06-16 13:59:56 -04:00
Jennifer Shehane f6a9578120 docs: update css sizing of fonts 2017-06-16 13:59:00 -04:00
Jennifer Shehane c0cc9d359e docs: url tag now throws if given undefined href 2017-06-16 12:43:09 -04:00
Jennifer Shehane 824537b1a7 docs: Added a couple of questions to FAQ 2017-06-16 12:42:49 -04:00
Jennifer Shehane 81d1cc5fda docs: read through / fixed issues with FAQ 2017-06-16 11:41:43 -04:00
Jennifer Shehane 79d0ecbfb7 docs: STYLE updates - whitespace everywhere 2017-06-16 10:39:48 -04:00
Jennifer Shehane 92f0337a12 docs: split out dashboard questions into it's own faq page 2017-06-16 10:39:48 -04:00
Loren Norman 7dc41cafd0 start Testing Your App 2017-06-16 10:32:10 -04:00
Jennifer Shehane 0348fcd701 docs: Fix broken link 2017-06-15 19:54:45 -04:00
Jennifer Shehane e1046f6bd3 docs: moved all images in API from github hosting to internal img folder 2017-06-15 19:46:01 -04:00
Jennifer Shehane c0e9b2b9ba docs: more cleanup 2017-06-15 17:05:11 -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 4b49456995 docs: generate not serve on 'npm run build' 2017-06-15 16:34:22 -04:00
Jennifer Shehane d8949a360e docs: disable html minification as it was causing render issue with use of < char 2017-06-15 16:10:10 -04:00
Jennifer Shehane b40a259dbe docs: Fix inter-links to their own file to not use url tags 2017-06-15 16:10:10 -04:00
Brian Mann 151ac8214e Merge remote-tracking branch 'origin/master' 2017-06-15 15:33:47 -04:00
Brian Mann 9c1161d979 docs: fix hexo maximum stack trace exceeded errors 2017-06-15 15:33:28 -04:00
Jennifer Shehane c578a598aa Clean up, clean up 🎶 2017-06-15 15:29:30 -04:00
Loren Norman 987bf3f280 writing your first test 2017-06-15 15:24:34 -04:00
Jennifer Shehane d1313b9049 docs: change styles of code in notes to be white 2017-06-15 13:56:49 -04:00
Jennifer Shehane c7748f2c91 Merge pull request #157 from cypress-io/docs-review-main-doc
Docs review main doc
2017-06-15 13:56:25 -04:00
Jennifer Shehane e4b05069b6 docs: converted all remaining external links to url tags
- fixed all alt text on images
- other fixes
2017-06-15 13:41:59 -04:00
Loren Norman 2cce6b8160 more Writing Your First Test 2017-06-14 22:25:12 -04:00
Loren Norman a2833adb83 most of Writing Your First Test 2017-06-14 15:38:44 -04:00
Brian Mann 7007d31bc4 docs: created {% issue %} tag helper, updated all documents 2017-06-14 14:38:41 -04:00
Brian Mann 988e12fb0c docs: created {% open_an_issue %} tag helper 2017-06-14 13:54:19 -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