Commit Graph

415 Commits

Author SHA1 Message Date
Brian Mann 4bdbea0f27 docs: WIP best practices / anti patterns 2017-07-04 00:57:11 -04:00
Brian Mann b35b182708 docs: add no-border class for images 2017-07-03 23:30:59 -04:00
Brian Mann 7113c4420b docs: fixes #185 writing your first test 2017-07-03 19:09:08 -04:00
Brian Mann b41fa610b1 docs: show alternative usage 2017-07-03 19:04:15 -04:00
Brian Mann d11d97134a docs: WIP add animated gifs to getting started, update content 2017-07-03 16:45:42 -04:00
Brian Mann c8c1dafb2d docs: clarify on cy.screenshot reporter rendering 2017-07-03 12:19:04 -04:00
Brian Mann 7a79829510 docs: WIP more writing your first test 2017-07-02 20:32:32 -04:00
Brian Mann 921db6ac00 docs: contains default assertions 2017-07-02 20:32:22 -04:00
Brian Mann 6ff07286ce docs: formatting 2017-07-02 20:32:11 -04:00
Brian Mann 52e561573f docs: configuration page transition events 2017-07-02 20:31:59 -04:00
Brian Mann b31b3d99c2 docs: missing parenths 2017-07-02 20:31:44 -04:00
Brian Mann 5df423c601 WIP: iterating on writing your first test 2017-07-02 16:45:36 -04:00
Brian Mann 014c280aec docs: content updates 2017-07-02 16:43:15 -04:00
Brian Mann 6b9e318c87 docs: better call out of system dependencies 2017-07-02 11:35:50 -04:00
Brian Mann 57ed3e2af4 docs: add launch browser features 2017-07-02 11:35:38 -04:00
Brian Mann 35f73b7466 docs: remove email unauthorized bits, cleanup links to CI / deps 2017-07-02 11:35:23 -04:00
Brian Mann 8f16060a07 docs: fixes #255 improve 'Why Cypress' 2017-07-01 22:10:22 -04:00
Brian Mann d65a14de06 docs: store trade offs for use later in key differences 2017-07-01 21:58:56 -04:00
Brian Mann a01d447f1e docs: use animated gifs for cypress dashboard overview 2017-07-01 21:58:45 -04:00
Brian Mann 336cfe9910 docs: fixes #254 API commands reference their jQuery counterparts 2017-07-01 20:21:13 -04:00
Brian Mann 91ef89fa06 docs: fixes #252, improve assertion content, fix bad examples, es6 functions, talk about guarding, async/await 2017-07-01 15:09:19 -04:00
Brian Mann b0aa11b595 docs: fixes #253 explain issuing a click to bring element into focus 2017-07-01 13:03:43 -04:00
Brian Mann fe9854335b docs: fixes #251, provide coords and hitbox 2017-07-01 12:55:30 -04:00
Brian Mann 429147140e docs: better explanation of trigger vs action command differences 2017-07-01 12:54:32 -04:00
Brian Mann b6048eede6 docs: add missing differences header 2017-07-01 12:54:22 -04:00
Brian Mann 91bb010fd6 docs: fixes #231, cleanup all the API docs + notes
- go into more detail on trigger vs action commands
- explain actionability further
- better format notes + examples
- consistent no arg / arg examples
- es6 all the functions
- remove duplicated intractability content
- remove simulated events garbage
- go into more detail on pseudo action commands
- much better cy.contains usage
2017-06-30 18:33:52 -04:00
Brian Mann c10735183c docs: es6 lodash examples 2017-06-30 12:38:38 -04:00
Brian Mann 28f6b394ee docs: correct placement of notes + rules 2017-06-30 12:35:57 -04:00
Jennifer Shehane 9ab4d5c891 docs: Updated _ method & bundled tools doc to reference lodash instead of Underscore 2017-06-30 12:11:58 -04:00
Brian Mann e1ee9af45b docs: typo 2017-06-29 14:42:00 -04:00
Brian Mann 8c947fa486 Merge pull request #212 from cypress-io/doc-api-normalizations 2017-06-29 12:58:58 -04:00
Brian Mann d9f510726a docs: finish requirements, assertions, timeouts! 2017-06-29 12:52:01 -04:00
Jennifer Shehane 36c4553151 docs: Add FAQ question about 'how to test file download' 2017-06-28 15:48:52 -04:00
Chris Breiding 2c934e2736 driver: improve visibility algorithm 2017-06-28 15:21:01 -04:00
Brian Mann 335cbb3d7b docs: cy.then and cy.spread usage, requirements, assertions, timeouts 2017-06-28 11:57:43 -04:00
Jennifer Shehane 6465a66515 Docs: Added features list to 'Why Cypress' document. 2017-06-28 11:27:09 -04:00
Brian Mann 424ab64ab6 docs: cy.server + cy.route requirements, assertions, timeouts 2017-06-28 01:49:32 -04:00
Brian Mann be1f51b637 docs: oops typos 2017-06-28 01:37:45 -04:00
Brian Mann 8e35d32b66 docs: correct cy.root examples, usage, requirements, assertions, timeouts 2017-06-28 01:35:33 -04:00
Brian Mann e5c160a6b1 docs: cleanup usage, add more requirements, assertions, timeouts 2017-06-28 01:01:26 -04:00
Brian Mann 8434c31192 docs: Bypassing -> Forcing 2017-06-28 00:31:51 -04:00
Brian Mann 84c5f5348c docs: sort See also 2017-06-28 00:23:39 -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 215bf3ede4 docs: inline the cypress.json comment, switch to javascript lang 2017-06-28 00:21:51 -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
Jennifer Shehane eef9d0eb3b docs: replaced docker-circle image 2017-06-27 16:50:42 -04:00
Jennifer Shehane 1fcd17820f docs: add docker examples to docs - fixes #227 2017-06-27 16:50:29 -04:00
Jennifer Shehane 23b6cf07ff docs: replaced docker-circle image 2017-06-27 15:03:07 -04:00
Jennifer Shehane 4600970500 docs: add docker examples to docs - fixes #227 2017-06-27 13:43:37 -04:00