Commit Graph

9127 Commits

Author SHA1 Message Date
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 a1a5dcd0aa docs: deployed to staging [skip ci] 2017-06-16 14:33:03 -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 da11f97b9c docs: deployed to staging [skip ci] 2017-06-16 11:45:37 -04:00
Jennifer Shehane 81d1cc5fda docs: read through / fixed issues with FAQ 2017-06-16 11:41:43 -04:00
Jennifer Shehane a4dbbc5ad1 docs: deployed to staging [skip ci] 2017-06-16 10:42:31 -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 f13f1fc90c docs: deployed to staging [skip ci] 2017-06-15 19:53:50 -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 40f85fab5c docs: deployed to staging [skip ci] 2017-06-15 13:43:23 -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
Chris Breiding a88005e0ba driver: simulate input event on cy.type for react’s sake
https://github.com/cypress-io/cypress/issues/536#issuecomment-308734118
2017-06-15 12:16:07 -04:00
Loren Norman 2cce6b8160 more Writing Your First Test 2017-06-14 22:25:12 -04:00
Brian Mann 596dd80bc2 server: added debug logs 2017-06-14 18:12:09 -04:00
Brian Mann f8473537e5 https-proxy: added debug logs 2017-06-14 18:12:09 -04:00
Brian Mann 2421180cae server: accept only allowed content encodings (gzip) 2017-06-14 18:12:09 -04:00
Loren Norman a2833adb83 most of Writing Your First Test 2017-06-14 15:38:44 -04:00
Brian Mann 046a363b5b docs: deployed to staging [skip ci] 2017-06-14 15:09:36 -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
Jennifer Shehane 77a5cac664 docs: deployed to staging [skip ci] 2017-06-14 11:56:59 -04:00
Jennifer Shehane 78ce5b6818 docs: split up FAQ into pages 2017-06-14 11:27:48 -04:00
Gleb Bahmutov 0cd395d5df cli: check dependencies before testing, close #156 (#160)
* cli: check dependencies before testing, close #156

* add missing dependency

* cli: move ramda from dev dependencies to prod

* print cli bin

* cli: use the right tool name
2017-06-14 11:43:13 +02:00
Jennifer Shehane 6aa611e9a3 docs: deployed to staging [skip ci] 2017-06-13 19:31:55 -04:00
Jennifer Shehane d7bf77cc1f docs: Updated external urls to url tags + converted image tags to markdown 2017-06-13 19:30:37 -04:00