Commit Graph

8310 Commits

Author SHA1 Message Date
Jennifer Mann 63d379bb12 Update wrapper stylings of docs 2017-05-18 13:39:20 -04:00
Jennifer Mann c169b815c0 Main nav now highlights when on path matching nav folder 2017-05-18 12:47:24 -04:00
Jennifer Mann cab487420f Merge branch 'master' into docs/design 2017-05-18 11:37:48 -04:00
Jennifer Mann 9f5e58e202 Update main nav link to go to first page of guides docs 2017-05-18 11:31:08 -04:00
Loren Norman 600cb8b430 Merge pull request #57 from cypress-io/pln/docs-index
closes #23
2017-05-18 10:47:52 -04:00
Loren Norman bdca51ff19 Merge branch 'master' into pln/docs-index
# Conflicts:
#	docs/package.json
#	docs/source/_data/menu.yml
#	docs/themes/cypress/languages/en.yml
2017-05-18 10:34:09 -04:00
Jennifer Shehane 874d2498c0 Merge pull request #55 from cypress-io/docs/search
Fixed issue with algolia config not working
2017-05-18 09:36:31 -04:00
Jennifer Mann 8743eb0283 Fixed issue with algolia config not working
- Updated test to reflect docsearch component’s class
- Updated <script> tags to type=‘javascript’
2017-05-18 09:17:53 -04:00
Gleb Bahmutov 0fc4dab3c7 Run Cypress e2e tests in docs folder on CI (#52)
* docs: run hexo server and cypress e2e tests in parallel

* docs: enable e2e docs tests on CircleCI

* pass record key via env CYPRESS_DOCS_RECORD_KEY to cypress run command

* docs: renaming e2e task names

* ts: cache node_modules folder

* docs: unit test helpful message

* typo in script name

* cache .cypress folder

* do not ignore fixtures folder
2017-05-18 09:04:15 -04:00
Brian Mann d29b531869 don't run server integration or e2e tests yet (until they pass locally) 2017-05-17 18:21:29 -04:00
Brian Mann 25c8da5424 desktop-gui: don't rebuild on test, there are no unit tests, only e2e tests 2017-05-17 18:18:37 -04:00
Brian Mann 21df127ff7 https-proxy: fix failing tests in CI, give some padding for external network request 2017-05-17 18:14:44 -04:00
Brian Mann 78453c4d8b don't npm install the docs twice 2017-05-17 17:59:05 -04:00
Brian Mann 54fe5166e9 all: remove running npm run build in root monorepo - move concerns into each package
-this prevents situations like building the docs twice
-this enables each package to more finely tune how and when it builds
2017-05-17 17:57:52 -04:00
Brian Mann 1cc20ff5b4 add docs back to npm run all 2017-05-17 17:55:09 -04:00
Loren Norman b6ba0fe962 Merge branch 'master' into pln/docs-index
# Conflicts:
#	docs/package.json
#	docs/source/_data/menu.yml
#	docs/themes/cypress/languages/en.yml
2017-05-17 16:36:08 -04:00
Loren Norman 2757cdf5ff stub in some new guides to keep the tests green 2017-05-17 15:49:30 -04:00
Loren Norman 3935721238 move the old docs into a backup folder 2017-05-17 15:44:13 -04:00
Gleb Bahmutov ccc739f275 Revert "fix relative paths in server e2e tests"
This reverts commit 1c4ca7d246.
2017-05-17 15:25:19 -04:00
Gleb Bahmutov aca05514fc docs: cache docs/node_modules folder on CI 2017-05-17 15:07:06 -04:00
Jennifer Mann 0611951893 docs: FAQ content 2017-05-17 14:52:22 -04:00
Gleb Bahmutov 5058c14c20 docs: sanity CI build for docs folder (#50) 2017-05-17 14:49:15 -04:00
Gleb Bahmutov 56346ebfbe ci: run linters on CI before unit tests 2017-05-17 14:14:19 -04:00
Gleb Bahmutov 7e766562a1 desktop-gui: fix build command 2017-05-17 14:13:13 -04:00
Gleb Bahmutov 44c30e3e24 all: move tsconfig.json to the packages/ folder, close #47 2017-05-17 14:03:39 -04:00
Jennifer Shehane 4702f45c8f Merge pull request #46 from cypress-io/docs/faq
Docs/faq
2017-05-17 13:25:53 -04:00
Jennifer Mann 11f0d941d1 Added initial FAQ & stylings 2017-05-17 13:19:45 -04:00
Jennifer Mann c9351ce782 Merge branch 'master' into docs/faq 2017-05-17 12:39:29 -04:00
Brian Mann 53b32317c9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	packages/launcher/package.json
2017-05-17 12:34:15 -04:00
Brian Mann 2e892fb542 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Jennifer Shehane 9ec2cc5251 Merge pull request #44 from cypress-io/dev/#28-build-assets
Update vendor js and css files to be npm installed + moved into src folder on build.
2017-05-17 12:19:45 -04:00
Gleb Bahmutov 74f929e39c Move ambient types (#45)
* move ambient types from launcher to TS package, fixes #41

* path to types file in ts package
2017-05-17 12:16:23 -04:00
Jennifer Mann 526a3c892a Update vendor js and css files to be npm installed + moved into src folder on build. 2017-05-17 12:11:21 -04:00
Jennifer Shehane 166c55b68d Merge pull request #34 from cypress-io/docs/config
updated sitemap generator & deployment
2017-05-17 10:46:42 -04:00
Chris Breidng bb6792433c Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-17 10:45:40 -04:00
Chris Breidng 92cda2fd49 fix #32 2017-05-17 10:45:32 -04:00
Gleb Bahmutov dac858e6d4 skip CI when deploying gh-pages, close #35 2017-05-17 10:43:08 -04:00
Chris Breidng af3e29cdaf driver: line up gulp with npm scripts naming conventions 2017-05-17 10:35:56 -04:00
Brian Mann 1bdb19f163 move tasks between containers 2017-05-17 10:33:54 -04:00
Jennifer Mann 8cadfe54f9 updated sitemap generator & deployment
- added new SEO friendly sitemap generator
- Update npm scripts
- Got github deployment to go to ssh & gh-pages of monorepo
2017-05-17 10:25:16 -04:00
Gleb Bahmutov 947ba4c5be Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-17 10:24:29 -04:00
Gleb Bahmutov 9fed32a8ec fix(ts): register typescript hook with explicit tsconfig.json path, close #33 2017-05-17 10:24:27 -04:00
Chris Breidng 7335072eb6 Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-17 10:20:20 -04:00
Chris Breidng 7568ab930e driver: mark some more troublesome tests 2017-05-17 10:20:17 -04:00
Chris Breidng 969cc617ae driver: unskip tests that now pass consistently 2017-05-17 10:20:03 -04:00
Gleb Bahmutov c1a32a7181 register TS using ts/register module from index 2017-05-17 09:36:18 -04:00
Gleb Bahmutov 1c4ca7d246 fix relative paths in server e2e tests 2017-05-16 22:26:20 -04:00
Gleb Bahmutov 9c4cc93aa3 register typescript hook in server project 2017-05-16 22:20:13 -04:00
Loren Norman 090d593213 recreate the guide index from gdocs in hexo 2017-05-16 20:27:57 -04:00
Brian Mann 12d945b083 load balance driver tests, move server integration tests 2017-05-16 20:09:30 -04:00