Commit Graph

8285 Commits

Author SHA1 Message Date
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
Brian Mann 12d945b083 load balance driver tests, move server integration tests 2017-05-16 20:09:30 -04:00
Chris Breiding a03ef9a132 Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-16 19:37:50 -04:00
Chris Breiding 18579e72f0 driver: skip and note a couple more problem tests 2017-05-16 19:37:47 -04:00
Gleb Bahmutov ff45857eaa On the fly TypeScript transpile using ts-node (#26)
Using require hook
2017-05-16 17:53:17 -04:00
Gleb Bahmutov 38a7627c72 Parallel tests on CI via shell files (#25)
Split test run commands using CircleCI node indices
2017-05-16 17:43:40 -04:00
Chris Breiding 71d30ca2c2 driver: prevent navigation spec from faking out test runner
loading index.html creates a new socket connection, which throws off the test runner, causing it to falsely report a timeout
2017-05-16 16:34:06 -04:00
Chris Breiding 5ade83d375 driver: fix broken navigation spec 2017-05-16 16:05:45 -04:00
Chris Breiding 128e529146 skip and mark broken text specs 2017-05-16 15:58:31 -04:00
Chris Breiding b4770ac475 driver: fix spec 2017-05-16 15:57:26 -04:00
Chris Breiding 6459444408 driver: fix typo 2017-05-16 15:46:31 -04:00
Chris Breidng c54f118f8b Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-16 15:35:55 -04:00
Chris Breidng 45146f8905 driver: add smarts around window focus to tests 2017-05-16 15:35:49 -04:00
Chris Breidng c32011d618 driver: handle test timeouts better 2017-05-16 15:34:03 -04:00
Chris Breidng 1e3d88e2ae driver: load test browser theme and extension last 2017-05-16 15:28:57 -04:00
Chris Breidng 0d3673120d driver: refactor test browser interface be promise-based 2017-05-16 15:28:37 -04:00
Chris Breidng 591b68278c driver: bubble up errors that cypress catches in tests 2017-05-16 15:24:46 -04:00
Chris Breidng 02f602b0db launcher: don’t mutate args 2017-05-16 15:24:07 -04:00
Gleb Bahmutov fc59d3583a fix(catch): never swallow errors in runner, close #21 (#22) 2017-05-16 11:20:02 -04:00
Gleb Bahmutov ce45a91131 ignore files generated during example e2e tests 2017-05-16 10:52:42 -04:00
Chris Breidng 388e9ba703 Merge branch 'master' of github.com:cypress-io/cypress-monorepo 2017-05-16 09:58:47 -04:00
Chris Breidng d96b84c654 remove setting terminal title
didn’t seem to work anymore and output confusing stdout
2017-05-16 09:58:42 -04:00
Chris Breidng 1710b1a451 fix package filtering 2017-05-16 09:56:03 -04:00