mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-05 06:40:56 -06:00
* server: WIP snapshots * server: add snapshots for e2e tests * runner: fix lint task * eslint fixes * use cypress eslint plugin * add eslintrc for scripts * launcher: add eslintrc * docs: add eslintrc * exclude bower_components from linting * docs: rework callback function example for should() and and() command * docs: updated roadmap, added many new issues * docs: reference new issues in roadmap * docs: added 0.20.0 summary, issues that need to be opened * docs: clarify on CLI changes, all misc other improvements * docs: bump hexo [skip ci] * docs: fix typo #616 * bump hexo dep * docs: fixed some incorrect links. * docs: deployed to production [skip ci] * docs: get hexo to escape html properly * docs: use sync render [skip ci] * scripts: use path separator for label, close #501 (#502) * desktop-gui: guard against record keys being set to null * desktop-gui: add test for record keys being null * launcher: detect chrome on windows (#504) close #504 * launcher: detect chrome on windows checks if file exists, then determines version using `wmic` close #503 * launcher: detect canary and chromium plus update types to latest * add launcher as a CI job * run launcher on Windows CI * forgot to restore monorepo * go back on Win CI * Merge from master (#508) * server: WIP snapshots * server: add snapshots for e2e tests * runner: fix lint task * eslint fixes * use cypress eslint plugin * add eslintrc for scripts * launcher: add eslintrc * docs: add eslintrc * exclude bower_components from linting * docs: rework callback function example for should() and and() command * docs: updated roadmap, added many new issues * docs: reference new issues in roadmap * docs: added 0.20.0 summary, issues that need to be opened * docs: clarify on CLI changes, all misc other improvements * docs: bump hexo [skip ci] * docs: fix typo #616 * bump hexo dep * docs: fixed some incorrect links. * docs: deployed to production [skip ci] * docs: get hexo to escape html properly * docs: use sync render [skip ci] * Use npm@5 to install on Windows (#509) * cli: extend test delay to avoid listr animation * run linter an all * update contributing docs (#511) * update contributing docs * add notes on linting, branching and testing * two CI branches, one for develop one for master