Commit Graph

28 Commits

Author SHA1 Message Date
Brian Mann
aa4f81641b deploy: specify files to include when copying packages for dist 2017-06-22 18:29:18 -04:00
Brian Mann
c165c634d4 all: cleanup package.json, remove versions, license, repo information
-move some deps to devDeps
2017-06-22 17:20:45 -04:00
Chris Breiding
a88005e0ba driver: simulate input event on cy.type for react’s sake
https://github.com/cypress-io/cypress/issues/536#issuecomment-308734118
2017-06-15 12:16:07 -04:00
Gleb Bahmutov
f3595761d0 all: set private true in each internal package.json 2017-06-07 16:27:00 -04:00
Brian Mann
0d0a12baa6 all: postinstall better messages 2017-05-31 14:00:33 -04:00
Brian Mann
817758e4b6 all: symlink all cypress packages in root node_modules for easy access 2017-05-31 12:51:35 -04:00
Brian Mann
5db19c3a33 consolidated all packages to use shared icons package 2017-05-29 18:14:00 -04:00
Chris Breiding
31e882b4a0 driver: simplify driver test infrastructure
- don’t browserify spec_helper
- don’t bundle driver into spec_helper, use the one already built for development
- just use ‘npm run watch’ to both watch and run tests on save
2017-05-26 09:14:43 -04:00
Chris Breiding
762d6d0754 driver: add watch-test script to save frustration 2017-05-24 11:02:39 -04:00
Gleb Bahmutov
a7877921a4 all: need to run build all command separately, fix #79 2017-05-23 09:07:55 -04:00
Gleb Bahmutov
1bb08510a7 CircleCI based on our Docker image (#76)
* ci: switch CircleCI base image to cypress/internal:chrome58
2017-05-22 16:14:25 -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
2e892fb542 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Chris Breidng
af3e29cdaf driver: line up gulp with npm scripts naming conventions 2017-05-17 10:35:56 -04:00
Gleb Bahmutov
97fc3ef1c0 convert all test commands into single run unit tests (#14) 2017-05-15 14:48:52 -04:00
Brian Mann
8a0a60c27e created coffee package, updated paths and cjsxify to prevent incorrect stack traces on errors 2017-05-14 19:07:42 -04:00
Chris Breiding
4a985657ba put clean-deps script in every package 2017-05-09 11:12:10 -04:00
Chris Breidng
d8dece207d driver: implement single run of tests with correct exit code 2017-05-04 13:51:23 -04:00
Chris Breidng
9847d0ec7e driver: auto-run related specs on save 2017-05-03 17:03:47 -04:00
Chris Breidng
e1f977c6df driver: use nodemon for test server for easier iteration 2017-05-02 16:24:38 -04:00
Chris Breidng
e41e352ab5 driver: get socket reporter working 2017-05-02 10:06:17 -04:00
Chris Breidng
3ab553cd15 WIP automate driver tests 2017-05-01 16:55:50 -04:00
Brian Mann
c3b01af620 drop bower, use cypress kendo ui fork 2017-04-30 18:36:17 +02:00
Chris Breidng
f5d63545bd WIP get driver tests passing 2017-04-27 16:37:59 -04:00
Chris Breidng
e51841a47c fix watchify not writing to disk on update 2017-04-26 10:54:10 -04:00
Chris Breidng
890742c6ac WIP get driver tests running and passing 2017-04-25 16:49:03 -04:00
Brian Mann
8f0c2cca67 refactor packages, WIP driver build scripts 2017-04-21 19:21:44 -04:00
Chris Breidng
00920b1f9f WIP extract driver into own package 2017-04-21 17:05:21 -04:00