sorry-cypress

Open-source, free, self-hosted alternative to Cypress Dashboard

MIT License

Stars
2.6K
Committers
69

Bot releases are hidden (Show)

sorry-cypress - v2.3.1

Published by agoldis about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.3.0...v2.3.1

sorry-cypress - v2.3.0

Published by agoldis about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.2.1...v2.3.0

sorry-cypress - v2.2.1

Published by agoldis about 2 years ago

What's Changed

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.2.0...v2.2.1

sorry-cypress - v2.2.0

Published by agoldis about 2 years ago

What's Changed

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.7...v2.2.0

sorry-cypress - v2.1.7

Published by agoldis about 2 years ago

What's Changed

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.6...v2.1.7

sorry-cypress - v2.1.6

Published by agoldis over 2 years ago

What's Changed

  • Restore apollo playground by @agoldis

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.5...v2.1.6

sorry-cypress - v2.1.5

Published by agoldis over 2 years ago

sorry-cypress - v2.1.4

Published by agoldis over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.3...v2.1.4

sorry-cypress - v2.1.3

Published by agoldis over 2 years ago

What's Changed

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.2...v2.1.3

sorry-cypress - v2.1.2

Published by agoldis over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.1...v2.1.2

sorry-cypress - v2.1.1

Published by agoldis over 2 years ago

  • Prevent crash on GitHub failure. Closes #534 by @agoldis.

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.1.0...v2.1.1

sorry-cypress - v2.1.0

Published by agoldis over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.0.2...v2.1.0

sorry-cypress - v2.0.2

Published by agoldis almost 3 years ago

sorry-cypress - v2.0.1

Published by agoldis almost 3 years ago

What's Changed

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v2.0.0...v2.0.1

sorry-cypress - v2.0.0

Published by agoldis almost 3 years ago

Breaking changes

  • Deprecated support for cypress agents lt 6.7.0

    • Supporting the legacy versions of cypress with all the code was cumbersome. Trying to use SC with older cypress versions would return an error when creating new runs. Closes #412.
  • The internal representation of runs has changed. Runs created prior to v2.0 might be displayed partially or not displayed at all.

    • added a progress field on run with the instances and tests progress state. We use this field to report run's progress in hooks / dashboard instead of invoking complex MongoDB queries. This should resolve #417 because we won't use MongoDB aggregations that create gt 16MB documents.
    • runs.specs will have a short version of "results" - that would allow more efficient data fetching for showing runs feeds and individual runs.

Other changes

  • feat: 😎 ⭐️ New UI implementation by @ImanMahmoudinasab
  • fix: Delete run timeout when deleting run. Closes #409.
  • fix: Correctly report failed tests w/o counting retires. Closes #384
  • fix: In-memory director crashes when test fails with an exception. Closes #425
  • fix: Stop showing duration running for completed runs / tests. Closes #377
  • feat: Add retries to Slack integration, show retries count everywhere and use "Flaky" badge if spec / test was retried. Closes #378
  • feat: Configure default page items # on runs feed via PAGE_ITEMS_LIMIT env variable for API service
  • infra: remove redis dependency in docker-compose files, updated docs accordingly
  • infra: properly set up typescript for monorepo, resolved dozens of TS errors and warnings
  • misc: completely removed lookup aggregations from mongoDB queries. Sorry cypress is much DocumentDB friendly now!
  • misc: added material-UI for gradual transition. See #401

What's Changed

New Contributors

Full Changelog: https://github.com/sorry-cypress/sorry-cypress/compare/v1.1.1...v2.0.0

sorry-cypress - v1.1.1

Published by agoldis about 3 years ago

  • feat: allow excluding branches from triggering slack hooks #406 by @ImanMahmoudinasab
  • fix: properly show git SSH URLs #413 by @Zaista
sorry-cypress - v1.1.0

Published by agoldis about 3 years ago

  • feat: Allow resetting instance for retesting fae3f7a by @Aeolun
sorry-cypress - v1.0.3

Published by agoldis over 3 years ago

  • fix: show correct duration in specs list 98ae7be. Closes #374.
  • fix: heroku build build process a658d3f. Closes #373.
  • deps: dns-packet-1.3.4 1358c74
sorry-cypress - v1.0.2

Published by agoldis over 3 years ago

  • fix: handle nullable results.tests a469c76. Closes #360.
sorry-cypress - v1.0.1

Published by agoldis over 3 years ago

  • feat: serve css and fonts locally 9e5c3a5. Closes #363
  • fix: allow skipping --parallel flag d7a64b0. Closes #365