Commit Graph

53 Commits

Author SHA1 Message Date
Championrunner
c2830a9d00 Update Readme.md (#7089)
Added yarn support for cypress installation.
2020-04-21 20:46:38 +06:30
John Ahigian
001c3c81dc better support badge (#6939)
better badge with actual cypress official color
2020-04-06 14:01:30 +06:30
Santosh Yadav
932f859c31 docs: move contributing and code of conduct (#5881) 2019-12-06 23:31:35 +06:30
Gleb Bahmutov
2ea77db35a Collect GitHub templates in .github folder (#5701)
* 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>
2019-11-18 15:32:41 -05:00
Talal916
758ec23ea4 Issue license readme update (#5374)
* Fixing link to License file

* Update README.md
2019-10-17 13:54:31 -04:00
Jennifer Shehane
a72233e7b4 Add 'Follow on stackshare' to Readme [skip ci] 2019-09-09 14:49:44 -04:00
Jake Worth
b501ca58c4 Style CI badges as list items (#2631) 2018-10-20 12:28:54 -04:00
Gleb Bahmutov
0a4740ad16 add CircleCI develop branch badge 2018-07-27 09:41:09 +02:00
Randall Kent
84f73535c3 Add OpenCollective 2018-01-29 21:51:01 -05:00
Jennifer Shehane
24fd6a76eb Fix broken link to Roadmap [skip ci] 2017-12-20 10:15:43 -05:00
Gleb Bahmutov
9add286010 Update license badge to MIT 2017-11-03 10:34:25 -04:00
Brian Mann
2e6e0f5d15 use the right circle branch [skip ci] 2017-10-19 21:32:48 -04:00
Brian Mann
6148d18798 Use master branch for circle since that represents the current version [skip ci] 2017-10-19 21:04:17 -04:00
Brian Mann
06f4640de4 Remove readme hr [skip ci] 2017-10-18 18:00:19 -04:00
Brian Mann
53b6dffe07 Moar readme updates [skip ci] 2017-10-18 17:59:04 -04:00
Brian Mann
6a5c170cdb Cleanup readme [skip ci] 2017-10-18 17:57:47 -04:00
Jennifer Shehane
76120433e0 Add npm install instructions + gif and link to getting started doc 2017-10-18 16:24:56 -04:00
Jennifer Shehane
78d1b769e5 replace .png gitter badge with .svg 2017-10-18 16:18:55 -04:00
Jennifer Shehane
3e05546345 Fix video embed - use image placeholder w/ link 2017-10-18 15:56:39 -04:00
Jennifer Shehane
26d41bf1a2 fix badge formatting 2017-10-18 15:52:22 -04:00
Jennifer Shehane
829f5988e5 Driver contributions, close #763
* 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
2017-10-18 19:43:38 +00:00
Chris Bier
0c049d8ec1 Typo fix in README.md (#749) 2017-10-18 17:00:50 +00:00
Randall Kent
769ad3d6b3 Update develop branch CircleCI badge 2017-10-11 17:18:50 -04:00
Brian Mann
e3ebe608e6 cleanup readme [skip ci] 2017-10-10 06:57:43 -04:00
Gleb Bahmutov
3b0f8e49f0 update contributing docs (#511)
* update contributing docs

* add notes on linting, branching and testing

* two CI branches, one for develop one for master
2017-09-26 16:07:15 -04:00
Gleb Bahmutov
a0c08bbdf3 Windows support (#484)
* 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
2017-09-25 10:17:28 -04:00
Gleb Bahmutov
23c33b2eee readme: add links and cypress-test-example-repos (#479)
* readme: add links and cypress-test-example-repos

* use later version that shows key
2017-09-19 11:31:49 -04:00
Gleb Bahmutov
8f3a71ee78 add nested-projects repo CI badge (#471)
* add nested-projects repo CI badge

* add project name
2017-09-14 11:17:52 -04:00
Gleb Bahmutov
b9dce5035d move deployment out of contributing guide (#330) 2017-08-01 11:23:00 -04:00
Jennifer Shehane
11f995dcf7 README: add info about licensing. 2017-07-27 14:27:29 -04:00
Jennifer Shehane
c8b099a26e contributing: Fix link to Contributing doc / formatting 2017-07-27 13:17:06 -04:00
Jennifer Shehane
2b8a978dfe moved writing/commiting information from Readme to Contributing guideline. 2017-07-26 17:05:55 -04:00
Gleb Bahmutov
afd88808e2 docs: run root install automatically before using bin-up, close #283 (#284)
* 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
2017-07-07 12:00:46 -04:00
Gleb Bahmutov
29f40e39a5 badge: add shield cypress badge to readme, close #262 (#272) 2017-07-05 17:55:37 -04:00
Gleb Bahmutov
de305db260 Build app for both platforms (#249)
* 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
2017-06-30 16:50:05 -04:00
Gleb Bahmutov
f33aeabfa0 binary: add CLI option to skip cleaning output dist folder 2017-06-29 16:07:49 -04:00
Gleb Bahmutov
bba4332e8d Issue 224: building, zipping and uploading binary (#234)
* 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
2017-06-29 14:29:56 -04:00
Gleb Bahmutov
60faf37c0c fix typo in readme 2017-06-29 11:27:33 -04:00
Gleb Bahmutov
2216ebec1f readme: add docker cypress/base image badge 2017-06-29 11:26:17 -04:00
Gleb Bahmutov
23fefc74b9 root readme: update all test projects links, close #215 (#226) 2017-06-27 10:25:41 -04:00
Gleb Bahmutov
b4bfafa192 readme: add status badges from all related CI builds 2017-06-23 10:31:34 -04:00
Jennifer Shehane
9bb03434a4 Fixed inaccurately documented script commands 2017-06-22 12:09:55 -04:00
Gleb Bahmutov
76105c8940 remove pre-git again 2017-06-21 13:07:38 -04:00
Brian Mann
4368d806b7 rename dev -> scripts 2017-06-07 15:35:56 -04:00
Brian Mann
be14f29dca monorepo: explicit docker npm run command 2017-06-05 18:07:32 -04:00
Gleb Bahmutov
cb236f5641 all: run lint command on pre-commit hook (#121)
* 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
2017-06-02 10:07:04 -04:00
Gleb Bahmutov
ffc9783349 run: make run-all.js more robust against empty folders (#111) 2017-05-31 14:27:18 -04:00
Gleb Bahmutov
b2d21b17ef docker: script to run CI docker image locally (#98) 2017-05-26 09:15:06 -04:00
Brian Mann
2e892fb542 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Gleb Bahmutov
f87073a6cc add CircleCI badge 2017-05-15 11:30:32 -04:00