Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Cypress.io

The web has evolved. Finally, testing has too.
Collective - Host: opensource - https://opencollective.com/cypressio - Code: https://github.com/cypress-io/cypress

fix: `res.send` of `cy.intercept` doesn't override json-related content types (#17401)

Co-authored-by: Kukhyeon Heo <[email protected]>

github.com/cypress-io/cypress - a92b0c17d812282e1a6f74b2f404e36ab6e37b92 authored over 3 years ago by Zach Bloomquist <[email protected]>
chore: Refactor command queue (#17448)

github.com/cypress-io/cypress - 171791b0177f711dc8013155679e8eedb6a1593c authored over 3 years ago by Chris Breiding <[email protected]>
chore: Update Chrome (stable) to 92.0.4515.131 and Chrome (beta) to 93.0.4577.25 (#17569)

Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>
C...

github.com/cypress-io/cypress - e967e82841a17cebc518130763784f19dfda4f38 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge branch 'develop' into 9.0-release

github.com/cypress-io/cypress - b01f8f807b633cc7798a4f7eaad93cf53327b74e authored over 3 years ago by Chris Breiding <[email protected]>
Merge pull request #17588 from cypress-io/lmiller1990/graphql-backend-updates

feat(launchpad): create config file from GUI

github.com/cypress-io/cypress - 48656bf426fe14fae8be11e4ff158989b5bfdd5e authored over 3 years ago by Lachlan Miller <[email protected]>
Merge pull request #17592 from cypress-io/feat/proxy-settings

feat(launchpad): adding the proxy settings UI

github.com/cypress-io/cypress - 596097985971026ac5c82b11f0db856a9c1725bf authored over 3 years ago by Lachlan Miller <[email protected]>
add tests and fix bug in navigation

github.com/cypress-io/cypress - 14d08ffa3229d68f8a52b3ebc7b4f34d6e7ca011 authored over 3 years ago by Lachlan Miller <[email protected]>
apply suggestions

github.com/cypress-io/cypress - fccb564d67c53b8bebac1930c66f3f5c467cf6fa authored over 3 years ago by Lachlan Miller <[email protected]>
Merge branch 'unified-desktop-gui' into lmiller1990/graphql-backend-updates

github.com/cypress-io/cypress - b2f4ca6ef1490af13d2e2a28dd756c971118e21b authored over 3 years ago by Lachlan Miller <[email protected]>
Merge pull request #17591 from cypress-io/chore/launchpad-directory-restructure

chore: separating business logic components from presentational ones

github.com/cypress-io/cypress - 9df25207c4b76f2d8b9c9e47dc849284765390cf authored over 3 years ago by Lachlan Miller <[email protected]>
Merge branch 'feat/proxy-settings' of github.com:cypress-io/cypress into feat/proxy-settings

github.com/cypress-io/cypress - da9b3db112e7b42c655e42a4fb2ad8e10909df3b authored over 3 years ago by Jessica Sachs <[email protected]>
chore: adding tests for the proxy

github.com/cypress-io/cypress - 5867b2375d57bb9111503fba989d6b603a0103b1 authored over 3 years ago by Jessica Sachs <[email protected]>
feat: adding the proxy settings ui

github.com/cypress-io/cypress - b65767cb78f189d29e8aee3363808e7edefb06ad authored over 3 years ago by Jessica Sachs <[email protected]>
--allow-empty

github.com/cypress-io/cypress - d03785dd2a4dce3483710b887b082860c0f4e05e authored over 3 years ago by Jessica Sachs <[email protected]>
--allow-empty

github.com/cypress-io/cypress - 264fea3f58d0a72d87eb3023e2ee09d97ece99be authored over 3 years ago by Jessica Sachs <[email protected]>
Merge branch 'chore/launchpad-directory-restructure' of github.com:cypress-io/cypress into chore/launchpad-directory-restructure

github.com/cypress-io/cypress - 8c29ba01f653f13ee0ea76326446996a4bc03e19 authored over 3 years ago by Jessica Sachs <[email protected]>
--allow-empty

github.com/cypress-io/cypress - e632770d3b582639e23af6ffe5bc2b4a55618cbd authored over 3 years ago by Jessica Sachs <[email protected]>
--allow-empty

github.com/cypress-io/cypress - 9b39b0482cb2dd120fefb92e22824c3abe745417 authored over 3 years ago by Jessica Sachs <[email protected]>
Merge branch 'develop'

github.com/cypress-io/cypress - bc4df1e96221406f8908851692af9da9c1bf792f authored over 3 years ago by Zach Bloomquist <[email protected]>
release 8.2.0 [skip ci]

github.com/cypress-io/cypress - ea4a56cb289969e5cfa49e759469f966cda0e83d authored over 3 years ago by Zach Bloomquist <[email protected]>
Merge pull request #17589 from cypress-io/chore/launchpad-i18n

chore(launchpad): adding support for string constants via i18n

github.com/cypress-io/cypress - ea560aee6227d2b3c89d27c470c4a760da13ecb6 authored over 3 years ago by Jessica Sachs <[email protected]>
chore: release @cypress/vite-dev-server-v2.0.5

[skip ci]

github.com/cypress-io/cypress - 9a34610856d7bb114c3180b1c38507a8f6b20b3c authored over 3 years ago by semantic-release-bot <[email protected]>
chore: fixing types

github.com/cypress-io/cypress - 0bd00f090741f3807f45007bf6356ee4fddcea7b authored over 3 years ago by Jessica Sachs <[email protected]>
Merge branch 'master' into develop

github.com/cypress-io/cypress - 9e338e7021a4222c9fd60e8fee102e5c93fd5460 authored over 3 years ago by Barthélémy Ledoux <[email protected]>
fix: reload every spec file when support updated (#17598)

github.com/cypress-io/cypress - efc38b67497b48db5b3a636acac3be45dd930593 authored over 3 years ago by Barthélémy Ledoux <[email protected]>
fix: The content of `<script>` and `<style>` inside `<body>` should be ignored with `cy.contains`. (#17477)

Co-authored-by: Chris Breiding <[email protected]>

github.com/cypress-io/cypress - 2e4ec7c1e98d3a8561f3de4928811e8eab3e28f8 authored over 3 years ago by Kukhyeon Heo <[email protected]>
fix: create dummy request logs for intercepts w/o pre-requests (#17584)

github.com/cypress-io/cypress - 697ab540ab5d27b7637d69c72a4a7ed68a67422c authored over 3 years ago by Zach Bloomquist <[email protected]>
Merge branch 'develop' into 9.0-release

github.com/cypress-io/cypress - 0bb5fe8f40608cde902c3e726be9b6cbad9a9727 authored over 3 years ago by Chris Breiding <[email protected]>
fix: add check for argument as callback on cy.wait (#17561)

Co-authored-by: Zach Bloomquist <[email protected]>

github.com/cypress-io/cypress - ece07b2d5bb750f1c921a187be62ca3122d9570e authored over 3 years ago by Dhruv Jain <[email protected]>
feat: add session support (#14350)

github.com/cypress-io/cypress - 6f32561d6f2e33a360ffa2b844860b214610d14e authored over 3 years ago by Ben Kucera <[email protected]>
feat: adding the proxy settings ui

github.com/cypress-io/cypress - 1ebdef4ac91bf79ab2ec8e0b4820c8541e7a039e authored over 3 years ago by Jessica Sachs <[email protected]>
chore: refactoring the file structure for the components to divide them into business domain sections and presentational components

github.com/cypress-io/cypress - 6c1cc4661d4c33de1d65dd45917f80fb92bdf183 authored over 3 years ago by Jessica Sachs <[email protected]>
chore: switching to ff89 and chrome91 docker images

github.com/cypress-io/cypress - ade46721fb07f6660d59209ef5f10473deb22f99 authored over 3 years ago by Jessica Sachs <[email protected]>
chore: bumping to 14.17.0 for npm dependency

github.com/cypress-io/cypress - 35c51eb9c37864dd4f8b675f1706d5581d724efa authored over 3 years ago by Jessica Sachs <[email protected]>
chore(launchpad): Adding strings constant support via i18n

github.com/cypress-io/cypress - 22c384bea69729252bac3cfb58e8a7066f9d2e7a authored over 3 years ago by Jessica Sachs <[email protected]>
fixing the types

github.com/cypress-io/cypress - a5bf7c546ac6f4feb5ba44f3cf4b8bbe5cbf96e8 authored over 3 years ago by Jessica Sachs <[email protected]>
feat: adding settings accordion

github.com/cypress-io/cypress - e977b60521b863a227eb37189ab1b3081af00d9f authored over 3 years ago by Jessica Sachs <[email protected]>
Merge branch 'unified-desktop-gui' into lmiller1990/graphql-backend-updates

github.com/cypress-io/cypress - 52c78ff47438a0f5be4c7ded183f85bfea7c9938 authored over 3 years ago by Lachlan Miller <[email protected]>
move logic to action

github.com/cypress-io/cypress - 7208ebf56443002c2e675959e2f430818a6fa859 authored over 3 years ago by Lachlan Miller <[email protected]>
feat(launchpad): adding setting accordion functionality to settings page (#17586)

* feat: adding settings accordion

* fixing the types

* lint errors

* types

github.com/cypress-io/cypress - 3cc3bc6d6d35c2b4fc031ae0cd97d885fd2cfffb authored over 3 years ago by Jessica Sachs <[email protected]>
create config file

github.com/cypress-io/cypress - 76a14a1857f795bdb397f7b0df5c3626f85b4425 authored over 3 years ago by Lachlan Miller <[email protected]>
work on creating configFile

github.com/cypress-io/cypress - e3b7425664c5f48f19e32a9ae55e58ea899f9f05 authored over 3 years ago by Lachlan Miller <[email protected]>
fix navigation bug and add tests

github.com/cypress-io/cypress - e14589df652d2cf4992dca0d0832d3a084e119b2 authored over 3 years ago by Lachlan Miller <[email protected]>
re-generate schema

github.com/cypress-io/cypress - 2b2b8131fbe163d62d5f16a3174109e00a0b2761 authored over 3 years ago by Lachlan Miller <[email protected]>
chore: release @cypress/react-v5.9.3

[skip ci]

github.com/cypress-io/cypress - ab35d0ffd81e2af67f3b05912e3e6e7d05bef11d authored over 3 years ago by semantic-release-bot <[email protected]>
chore: update istextorbinary to 6.0.0 (#17567)

github.com/cypress-io/cypress - f79bc19814245b0b431cb70a07f8cea6a1e84b42 authored over 3 years ago by Kukhyeon Heo <[email protected]>
fix: Handle cases where attempt error stack is undefined/falsy (#17575)

github.com/cypress-io/cypress - bd011b997280fa48bf877f5b3123e79a4fb27ede authored over 3 years ago by Chris Breiding <[email protected]>
merge up feat/settings-page

github.com/cypress-io/cypress - c2a37d82254469ef4caf3a93596da1c9e7539195 authored over 3 years ago by Lachlan Miller <[email protected]>
fix tests

github.com/cypress-io/cypress - dcfcb2e415d18e844fe463b09e4bbbb5a85e4d95 authored over 3 years ago by Lachlan Miller <[email protected]>
update test

github.com/cypress-io/cypress - be22db23c88d1e8291e7dd091d2541b5afb1795d authored over 3 years ago by Lachlan Miller <[email protected]>
ignore

github.com/cypress-io/cypress - 092a0e358ed3c0132d4c1f9e837c83c836535361 authored over 3 years ago by Lachlan Miller <[email protected]>
use defineProps and defineEmits as compiler marcos, remove imports

github.com/cypress-io/cypress - a447adc4abcc6d2813b77ed85f3988901623c215 authored over 3 years ago by Lachlan Miller <[email protected]>
yarn.lock

github.com/cypress-io/cypress - b4e662e63b1e1aa504c664ddd7a628765e9dc068 authored over 3 years ago by Lachlan Miller <[email protected]>
update import

github.com/cypress-io/cypress - c13120ebefd863e8a8460dcd30dda916bc0266c7 authored over 3 years ago by Lachlan Miller <[email protected]>
fix some types

github.com/cypress-io/cypress - 421506efd05c2d59a68aa57537f8228d74a10f59 authored over 3 years ago by Lachlan Miller <[email protected]>
update types

github.com/cypress-io/cypress - 0029247bbee8ce4b759f1ac4d079f2af4095697e authored over 3 years ago by Lachlan Miller <[email protected]>
old code

github.com/cypress-io/cypress - 5f307b4ba511e8ca30f14dd5b165103d6e1e3c38 authored over 3 years ago by Lachlan Miller <[email protected]>
delete old files

github.com/cypress-io/cypress - 7a40ba961cb1e0ee2816fd8cf07f10722030acb6 authored over 3 years ago by Lachlan Miller <[email protected]>
painfully fix linting

github.com/cypress-io/cypress - f2eefb9547ac7511854639010cde0099333b215c authored over 3 years ago by Lachlan Miller <[email protected]>
fix error in file

github.com/cypress-io/cypress - 91e1214275ab680eaaa9be3dd2d7af9fd2fcdce5 authored over 3 years ago by Lachlan Miller <[email protected]>
chore: rebase

github.com/cypress-io/cypress - 65f8b66716b602da9fdc85cb9d169ed2f1dc9e44 authored over 3 years ago by Lachlan Miller <[email protected]>
feat: proxy logging (#16730)

Co-authored-by: Chris Breiding <[email protected]>

github.com/cypress-io/cypress - 2454c19afb8657521964c08915aa82f6d3cccceb authored over 3 years ago by Zach Bloomquist <[email protected]>
feat: add Cypress.currentTest (#16652)

Co-authored-by: Zach Bloomquist <[email protected]>
Co-authored-by: Lachlan Miller <lachlan.mille...

github.com/cypress-io/cypress - 70e9c0f9cb4cdbee8078cfe71d566a3fbbf8b947 authored over 3 years ago by Ben Kucera <[email protected]>
Merge branch 'master' into develop

github.com/cypress-io/cypress - 44ef42a5fd879d26d6b8b20101087399147132ef authored over 3 years ago by Barthélémy Ledoux <[email protected]>
fix: plugin for next 11.0.2 moved webpack-config (#17529)

closes #17519, #17476

github.com/cypress-io/cypress - 130c0864e786ae5172f2c70fdc86664dcaf93083 authored over 3 years ago by Barthélémy Ledoux <[email protected]>
Fix types/add type checking

github.com/cypress-io/cypress - 5790c90f41c68e81d5f7aab9ad691fa2a9d0be4c authored over 3 years ago by Tim Griesser <[email protected]>
feat: Structuring context & schema so it can be used on the client (#17489)

* wip: Structuring context & schema so it can be used on the client

* chore: fix dev mode

...

github.com/cypress-io/cypress - e2f395e330f384993ed1116469102a5315a21270 authored over 3 years ago by Tim Griesser <[email protected]>
Apply suggestions from code review

github.com/cypress-io/cypress - 7bdd40215feb49462f6391c35341950ce37a1854 authored over 3 years ago by Jessica Sachs <[email protected]>
Apply suggestions from code review

github.com/cypress-io/cypress - 6fcc09880bedbacc7254f55cbc9872d3366cba59 authored over 3 years ago by Jessica Sachs <[email protected]>
Adding additional comments

github.com/cypress-io/cypress - d089776d12e93130b40c5bfce5d1f5ebbaee6c7d authored over 3 years ago by Jessica Sachs <[email protected]>
Removing nonexistent 4x text size

github.com/cypress-io/cypress - f1195b3da2a0eebfe597d3431544adb9884c13a7 authored over 3 years ago by Jessica Sachs <[email protected]>
Removing nonexistent 4x text size

github.com/cypress-io/cypress - 554dc57c3ce397fcf55ebcb9ae76f2ae533c9c2e authored over 3 years ago by Jessica Sachs <[email protected]>
Removing unnecessary defineEmit

github.com/cypress-io/cypress - 97f37f476ea828078f28371e2de93309c3292060 authored over 3 years ago by Jessica Sachs <[email protected]>
Merge branch 'feat/settings-page' of https://github.com/cypress-io/cypress into feat/settings-page

github.com/cypress-io/cypress - 8508342982b804e1bce99ba5cf2150e42a721318 authored over 3 years ago by Jessica Sachs <[email protected]>
Fixing some padding offsets

github.com/cypress-io/cypress - 275d050c4f053bf6194c1eb56de58027d8fcebaf authored over 3 years ago by Jessica Sachs <[email protected]>
Update packages/launchpad/cypress/support/commands.ts

github.com/cypress-io/cypress - be909f2e73491318dd396929570ee758016da484 authored over 3 years ago by Jessica Sachs <[email protected]>
Update packages/launchpad/cypress/support/commands.ts

github.com/cypress-io/cypress - 8b030861e240ac1d1c9aabd5c355456310bd99ce authored over 3 years ago by Jessica Sachs <[email protected]>
Update packages/launchpad/cypress/support/commands.ts

github.com/cypress-io/cypress - 072aa6df2a7b4b2deca4d83bfa5c804538bd3f97 authored over 3 years ago by Jessica Sachs <[email protected]>
Complete adding coverage

github.com/cypress-io/cypress - 75dc73db57b5083c03c9740fb34b360670efbd3c authored over 3 years ago by Jessica Sachs <[email protected]>
merge in develop

github.com/cypress-io/cypress - de85ccf9e1e08cc807fa1cb6dbb8e24e13a9d39e authored over 3 years ago by Lachlan Miller <[email protected]>
adding code highlighted textarea to the projectId settings

github.com/cypress-io/cypress - 55c8c84aa34f6218ef9fdf3efbdbb1de70d20c25 authored over 3 years ago by Jessica Sachs <[email protected]>
input and editor finally done

github.com/cypress-io/cypress - 404d60e33616655579dc95b2ef4fe93bf291b351 authored over 3 years ago by Jessica Sachs <[email protected]>
input and editor

github.com/cypress-io/cypress - 20a61f6b65b38845dd5d80cf8dfb57a81ee5589e authored over 3 years ago by Jessica Sachs <[email protected]>
Adding project settings

github.com/cypress-io/cypress - 01c9a63d24f4f3f47dd881584826ebecffb8b9d8 authored over 3 years ago by Jessica Sachs <[email protected]>
chore: fixing dev task for launchpad

github.com/cypress-io/cypress - 6eec7e651b284049f51ccf93f3036a18982165c0 authored over 3 years ago by Jessica Sachs <[email protected]>
chore: release @cypress/webpack-batteries-included-preprocessor-v2.2.3

[skip ci]

github.com/cypress-io/cypress - 6c8f3a254006d04494b447856081bf6e979a04c2 authored over 3 years ago by semantic-release-bot <[email protected]>
chore: release @cypress/vue-v3.0.3

[skip ci]

github.com/cypress-io/cypress - 9fe7c8fbdce0ab53950ee11a40ad4a9f3b2e462e authored over 3 years ago by semantic-release-bot <[email protected]>
chore: release @cypress/vite-dev-server-v2.0.4

[skip ci]

github.com/cypress-io/cypress - b4a24df2fcd2c3e2bede282cab1b52c9ce336548 authored over 3 years ago by semantic-release-bot <[email protected]>
Merge branch 'master' into develop

github.com/cypress-io/cypress - d5f1dc368d09e638a88c8eea70c2bc49c409f1d8 authored over 3 years ago by Barthélémy Ledoux <[email protected]>
fix: vue 3 types, beta suffix & component name (#17508)

* fix: update test-utils dependency & remove beta suffix

* test: add typescript in the tests
...

github.com/cypress-io/cypress - b4733a6179577b0447af9bcdcf417713d5fb38b9 authored over 3 years ago by Barthélémy Ledoux <[email protected]>
fix: last test skipped with top navigation and already run suite (#17498)

Co-authored-by: Chris Breiding <[email protected]>

github.com/cypress-io/cypress - 67c8a333fb160bdb08b9f08cfd7d274c73d37b3c authored over 3 years ago by Ben Kucera <[email protected]>
chore: Update Chrome (beta) to 93.0.4577.18 (#17536)

Co-authored-by: cypress-bot[bot] <2f0651858c6e38e0+cypress-bot[bot]@users.noreply.github.com>

github.com/cypress-io/cypress - d47b1c46e9faa6e0f874ef6683af94cea37c5edb authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: use process.geteuid and catch uid errors in file util (#17488)

Co-authored-by: Jennifer Shehane <[email protected]>

github.com/cypress-io/cypress - 209efa433d5dfe3efbaf141c231faea3fe44785c authored over 3 years ago by Zach Bloomquist <[email protected]>
apollo -> urql

github.com/cypress-io/cypress - f9f2a44381d0e8c0be694618496a6ba3aa7be124 authored over 3 years ago by Tim Griesser <[email protected]>
build: make vite build strict (#17509)

github.com/cypress-io/cypress - 13f792c70e7e825c40889aca58916b4a94bddada authored over 3 years ago by Barthélémy Ledoux <[email protected]>