Commit Graph

17 Commits

Author SHA1 Message Date
Gleb Bahmutov 4080fad5e7 Run linter against docs js for sanity check (#62)
* add standard linter to docs build code

* lint gulpfile

* lint cy_scripts files

* run linter pretest
2017-05-19 10:29:38 -04:00
Jennifer Shehane 29bab3dc87 Merge pull request #59 from cypress-io/docs/design
Docs/design
2017-05-19 09:15:45 -04:00
Gleb Bahmutov 1aa47d2671 CircleCI v2 (#60)
* each container runs its own commands and it is easy to modify which commands are were (multiline format)
* setup is super fast because all deps are in base docker image (well, except for Chrome) and node_modules are cached
2017-05-18 18:16:16 -04:00
Jennifer Mann f9cfeac575 Update code highlighting to be more beautiful. 2017-05-18 16:02:49 -04:00
Jennifer Mann 9ae2a9658b Fix build process - JS/CSS files were not being concatenated & revisioned correctly 2017-05-18 14:45:31 -04:00
Gleb Bahmutov 712544c62b Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-18 12:33:48 -04:00
Gleb Bahmutov d1174fb699 rename record key to not have CYPRESS_ prefix which seems to break tests 2017-05-18 12:33:41 -04:00
Loren Norman 30bddc2dce 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
Gleb Bahmutov 39def74e54 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
Loren Norman 8c19ceb9bd 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
Brian Mann dcd26010f2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	packages/launcher/package.json
2017-05-17 12:34:15 -04:00
Brian Mann 771d6f6167 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Jennifer Mann 9be20bb4a0 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 Mann 3e1ad2d1c0 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
Loren Norman f2c4d0547e rename watch-dev to start, fix port in readme 2017-05-16 13:17:22 -04:00
Chris Breiding e0dcad8d1c docs: clean up to fit into monorepo 2017-05-15 16:17:57 -04:00
Chris Breiding 6690c040b5 import docs/ (CYP-907-hexo) 2017-05-15 14:10:01 -04:00