* move github templates into .github folder
* move code of conduct
* add pull request review comments
* fix a few missed links to newly moved github resources
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
* remove empty test scripts
* Update contributing guide to include more specific instructions for the driver
- Move CI status within the TOC
- Add ‘driver’ to ‘Working in specific package’ section
- some minor link / wording fixes
- added wording around our labels.
* remove 'run test' task for coffee
* Jazz up the readme
- Add ‘why cypress’ video
- Add a bunch of badges
- Add ‘install cypress’ section that refers to docs
- Add a nice logo at the top.
* updates
* remove desktop-gui unit test task from ci
* try installing on Windows
* Handle windows setup
- no browser detection on windows yet, just placeholder code
- symlink types
* add appveyor file
* add appveyor windows build
* use execa to run server unit tests
* run server unit tests on appveyor
* ignore root install errors
* upgrade rebuild-node-sass
and work on Json unit test that fails on Windows
* print npm version
before installing, commented out caching node modules in the root
* a few small tweaks for windows support
* fix bin-up in launcher project
use bin-up@1.1.0 for windows support, close#491
* cli: build script on Windows, close#492
* cli: build errors are fatal
* use cross-env in extension
Fixes environment variables on Windows in #490
* extension: fix 3 tests on Windows
1 more broken test remaining
* extension: use EOL before comparing text
* example: update test for Windows
* example: replace build.sh with build.js
Close#488
* remove trailing whitespace
* cli: build script again
* server: work on unit tests for windows
* binary: add windows as build platform
* windows: try building binary
started work on building on CI for windows
* docs: run root install automatically before using bin-up, close#283
* Bump stack-size to fix RangeError: Maximum call stack size exceeded
* Add clarity
* Add consistency with rest of readme
* binary: check platform, throw exception on mismatch
* binary: build script actually builds linux platform app
* zip from Mac both linux and darwin apps
* quiet npm installs during builds
* server: remove obsolete desktop types
* server: ensure project path generated by tests is ignored
* driver: remove unused gulp deps
* deploy: refactored to simplify uploading binary to S3 close#224
* refactored questions to allow asking only some information
* ask for zip file
* use option --zip to pass zip filename
* install cloudflare-cli
* working on making individual binary steps work
* move buildDir and distDir to meta file
* update references
* refactor questions
* Mac binary zipped and installed successfully
* successful builds on both platforms, upload and install
* refactor combined step deploy function
* add building binary on linux to CircleCI
* install root deps only
* fine, make build binary depend on main build
* server: fix app data path
* name binary using SHA
* server: unskip test concerning productName
* build binary with serial mode
* driver: improve visibility algorithm
* server: add some logging around browser launching
* docs: update cy.trigger position option - fixes#108
* desktop: fix invalid dom nesting
* docs: Add FAQ question about 'how to test file download'
* desktop: fix un-returned promise warning when logging in
* rebuild node-sass for current platform automatically (#225)
* uncomment two lines
* desktop: use same dropdown as browsers for user menu
* desktop: simplify build scripts, remove unused deps
* readme: add docker cypress/base image badge
* fix typo in readme
* deploy: refactored to simplify uploading binary to S3 close#224
* refactored questions to allow asking only some information
* ask for zip file
* use option --zip to pass zip filename
* install cloudflare-cli
* working on making individual binary steps work
* move buildDir and distDir to meta file
* update references
* refactor questions
* Mac binary zipped and installed successfully
* successful builds on both platforms, upload and install
* refactor combined step deploy function
* add building binary on linux to CircleCI
* install root deps only
* fine, make build binary depend on main build
* name binary using SHA
* build binary with serial mode
* uncomment two lines
* print build linux folder on CI
* 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