Gleb Bahmutov
e85634bf2e
Merge branch 'master' of github.com:cypress-io/cypress-monorepo
2017-06-05 15:39:54 -04:00
Gleb Bahmutov
41d9b58969
Merge branch 'issue-126'
2017-06-05 15:39:40 -04:00
Gleb Bahmutov
d8cd44429b
coffee: add coffeelint, close #126
2017-06-05 15:39:08 -04:00
Jennifer Shehane
6cf9c86d25
docs: mobile nav
...
- got stylings to work on different sized browsers
- mobile nav can now be seen
- mobile nav displays all main links
2017-06-05 15:33:15 -04:00
Jennifer Shehane
644c0c9044
docs: indentation
2017-06-05 15:32:41 -04:00
Jennifer Shehane
4438829ef8
docs: footer
...
- Added social links to footer
- Fixed footer to display correctly in smaller screens
2017-06-05 14:57:56 -04:00
Gleb Bahmutov
e99ca89b80
Issue 122 - user onboarding modal saved in project state ( #125 )
...
* server: save that user has seen onboarding dialog in state, close #122
* prefer .resolves() to .return(Promise.resolve()) in unit test stubs
* server: unit test saveState
* server: silence npm noise on test fail
* server: cleanup sending null
* desktop-gui: test ipc is called with onboarding:closed
* server: don't recalculate state when cfg is cached
2017-06-05 14:30:11 -04:00
Jennifer Shehane
2bc2149477
docs: FAQ + some media query styles
...
- Styled each h2 in FAQ to have a question icon
- Commented out non-answered FAQ’s
- Moved some questions from old ‘incomplete’ FAQ
- Added table of contents to FAQ page + last updated
2017-06-05 14:24:52 -04:00
Loren Norman
61a9170a2f
rewrite the section on async, serial, promises
2017-06-05 14:21:18 -04:00
Loren Norman
1652f12abf
set the spider test to pending
2017-06-05 14:20:57 -04:00
Jennifer Shehane
d1ed5a4770
docs: Update inline code in articles to be grey instead of green
2017-06-05 13:07:07 -04:00
Jennifer Shehane
73f0146fcc
docs: removed unused post layout
2017-06-05 12:55:12 -04:00
Jennifer Shehane
d1fe2eaec9
docs: Move updated below pagination so they don't overflow. #48
2017-06-05 12:55:00 -04:00
Jennifer Shehane
5e6a412cef
docs: converted .root() doc to new format
2017-06-05 12:41:29 -04:00
Jennifer Shehane
fce76d1b04
Merge pull request #131 from cypress-io/#524-override-config-options
...
#524 override config options
2017-06-05 12:18:59 -04:00
Jennifer Shehane
932b905873
Add link to main config article.
2017-06-05 10:59:45 -04:00
Jennifer Shehane
4aec942396
docs: Removed <hr>'s in config file
2017-06-05 10:47:48 -04:00
Jennifer Shehane
ceaaab97b5
docs: Added 3rd option for overriding config (using Cypress.config)
...
Addresses #524
2017-06-05 10:47:15 -04:00
Jennifer Shehane
56f8e95de4
docs: Fix incorrect links
2017-06-05 10:05:16 -04:00
Jennifer Shehane
30fd6059b4
docs: Add back root api page
2017-06-05 10:05:16 -04:00
Loren Norman
dd44928312
commit the spider and pray 🐛 🙏
2017-06-02 18:01:10 -04:00
Loren Norman
df6efa137a
fix menuspy fail found by spider
2017-06-02 18:01:10 -04:00
Loren Norman
a05a81612f
fix bad links found by spider
2017-06-02 18:01:10 -04:00
Loren Norman
4f442cd5ad
simple refactor test while playing
2017-06-02 18:01:10 -04:00
Loren Norman
df096d32f7
improve example
2017-06-02 18:01:10 -04:00
Gleb Bahmutov
673a8729b3
all: pre-git hook should find config in the root package.json
2017-06-02 11:37:03 -04:00
Gleb Bahmutov
e106b0a579
server: print nice error to console.error if server code is messed up ( #124 )
2017-06-02 10:50:05 -04:00
Gleb Bahmutov
e3ad4f5f8e
move scaffold check logic from project ( #120 )
...
* move scaffold check logic from project
* move tests around, clean up
2017-06-02 10:08:14 -04:00
Gleb Bahmutov
cb236f5641
all: run lint command on pre-commit hook ( #121 )
...
* all: run lint command on pre-commit hook
* all: describe pre-commit hook in readme
Test commit from GitHub Desktop
* test: testing pre-commit hook
works in GitHub Desktop and shows errors if fails
2017-06-02 10:07:04 -04:00
Brian Mann
cd86c205ad
Merge pull request #119 from cypress-io/issue-116
...
server: bundles in subprojects
2017-06-01 17:42:13 -04:00
Loren Norman
5f955853c7
ugh assertions and subjects... hard to tie it all together
2017-06-01 17:40:32 -04:00
Jennifer Shehane
3e6b938278
Began restructuring api homepage
2017-06-01 15:54:46 -04:00
Loren Norman
f6507ff3d7
subjects
2017-06-01 15:45:55 -04:00
Loren Norman
d8aae103a6
chains of commands
2017-06-01 15:45:55 -04:00
Loren Norman
e153c69448
scratch space
2017-06-01 15:45:55 -04:00
Loren Norman
ff98d58992
example cleanup
2017-06-01 15:45:55 -04:00
Jennifer Shehane
e675e2d4e1
docs: cleanup of api content
2017-06-01 15:27:07 -04:00
Jennifer Shehane
0392d96d7c
docs: cleaning up more api
2017-06-01 14:18:22 -04:00
Gleb Bahmutov
8a659456ca
fix spec serving unit test
2017-06-01 13:59:11 -04:00
Gleb Bahmutov
92f0cae349
bundles are saved and served from subfolders
2017-06-01 13:33:27 -04:00
Jennifer Shehane
da36309c93
docs: Cleaning up API
2017-06-01 12:03:32 -04:00
Gleb Bahmutov
437b9b584c
server: save bundles separately per project, close #116
2017-06-01 11:28:34 -04:00
Gleb Bahmutov
98e804990c
WIP: rework saved state to be saved per project ( #101 )
...
* server: use package name to hash state folder
* unit test saved state hash utility
* server: use package name to hash state folder
* unit test saved state hash utility
* server: update unit tests to per-project state
* server: fix remaining unit tests after changing state to per project
* start e2e tests for saved state
* force state save and check if file was saved
* server: integration test for state saved per project, close #113
2017-06-01 00:02:48 -04:00
Loren Norman
00da7efdac
find by contents, timeouts
2017-05-31 18:10:13 -04:00
Brian Mann
863248171d
Merge pull request #114 from cypress-io/e2e-tests
...
e2e tests
2017-05-31 17:41:21 -04:00
Brian Mann
7d8997482d
increase parallelism
2017-05-31 16:45:12 -04:00
Jennifer Shehane
b83688a048
Merge pull request #115 from cypress-io/docs/standardize-api
...
Docs/standardize api
2017-05-31 16:45:09 -04:00
Jennifer Shehane
a13b9e2034
Merge branch 'master' into docs/standardize-api
2017-05-31 16:39:43 -04:00
Jennifer Shehane
1f8836ebe2
docs: Converted utility docs + added missing file to sidebar
2017-05-31 16:39:33 -04:00
Brian Mann
62950363d8
remove rogue console log
2017-05-31 16:34:24 -04:00