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 - v1.0.0-beta.10

Published by agoldis almost 4 years ago

  • Add missing headers for webhooks. Closes #193 via #198 by @gespispace and @jhicken
  • Use ci-build-id as default group id. Closes #203 via #205 by @agoldis
  • Use dedicated query for average spec wallclock time. Closes #202 by @agoldis
  • Add dashboard footer with links and version
  • Add S3_REGION env to cloudformation (#204) @thomaswelton
sorry-cypress - v1.0.0-beta.9

Published by agoldis almost 4 years ago

  • Fix #193
sorry-cypress - v1.0.0-beta.8

Published by agoldis almost 4 years ago

  • Support grouping via --group tag #189
  • Custom CI Link in run details #182 by @Upgreydd
sorry-cypress - v1.0.0-beta.7

Published by agoldis about 4 years ago

  • @dlavrenuek Add project search (#186)
  • @dlavrenuek Add run filtering by ci build id (#188)

Thanks @dlavrenuek for your amazing work!

sorry-cypress - v1.0.0-beta.6

Published by agoldis about 4 years ago

  • Persist "Hide passing tests" in local storage #139, contributed by @dlavrenuek via #179
sorry-cypress - v1.0.0-beta.5

Published by agoldis about 4 years ago

  • Resolve #172
  • Use Use node:12-alpine for dashboard docker image
sorry-cypress - v1.0.0-beta.4

Published by agoldis about 4 years ago

  • Add "Add Project" button to welcome screen #167
  • Resolve #166
sorry-cypress - v1.0.0-beta.3

Published by agoldis about 4 years ago

  • Show run start time on local timezone #153
  • Remove buggy update cache procedures after deleting a run, use refetch instead
sorry-cypress - v1.0.0-beta.2

Published by agoldis about 4 years ago

  • Expand collapsed failed test attempts #156 by @webdevotion
sorry-cypress - v1.0.0-beta.1

Published by agoldis about 4 years ago

Maintenance release to fix CI scripts

sorry-cypress - v1.0.0-beta.0

Published by agoldis about 4 years ago

🎉 v1.0.0-beta.0 is out with some major features. Huge thanks to @jhicken (you rock! 🤟🏻) for leading and implementing new major features https://github.com/sorry-cypress/sorry-cypress/pull/148

  • Projects - you can now have multiple projects and the has changed accordingly
  • Webhooks - sorry cypress now sends webhook to URL configured on a project level
  • Github status - utilizing the webhooks awesomeness to send status updates to Github :octocat:
  • Sorry-cypress is now cypress 5 compatible with native retries support

Misc

  • Use node:12-apline Docker image
  • Refactor npm scripts to allow more convenient development
  • Upgrade to @apollo-client@3 - breadcrumbs generation now uses reactive variables
  • Update dependencies
  • Tighten typings
  • Refine linter rules and setup prettier auto-format on commit
sorry-cypress - v0.6.1

Published by agoldis about 4 years ago

  • Add dashboard auto-refresh toggle by @jhicken #122
sorry-cypress - v0.6.0

Published by agoldis about 4 years ago

  • Minio driver 🎉 by @StefanS-O #114
  • Bump eliptic #113
sorry-cypress - v0.5.1

Published by agoldis about 4 years ago

  • Disables auto-refresh for runs summary view due to #111
sorry-cypress - v0.5.0

Published by agoldis about 4 years ago

  1. Amazing work by @jhicken #89:
  • Individual spec runtimes
  • Automatic data refreshes (So you dont have to click refresh a bunch until its done)
  • Date and time all specs and individual specs started running
  • Number of passed and failed tests on a spec level at the overview of a "run"
  1. Upgrade vulnerable dependencies
sorry-cypress - v0.4.1

Published by agoldis over 4 years ago

  • Change schema and adjust dashboard code to handle non-null cases.
  • Adds "running" state for specs
  • Removes links for non-claimed specs
  • Miserable attempt to adjust types for more clarity
sorry-cypress - v0.4.0

Published by agoldis over 4 years ago

  • Implement delete run mutations and delete button on dashboard #63 by @xtroncode
sorry-cypress - v0.3.2

Published by agoldis over 4 years ago

  • [Bug] Avoid using core-js built-ins for api package - that is breaking a standalone build
sorry-cypress - v0.3.1

Published by agoldis over 4 years ago

  • [bug] Fixes #69 0.3.0 breaks director service
sorry-cypress - v0.3.0

Published by agoldis over 4 years ago

  • Add support for custom key prefixes for s3 uploads #64 by @xtroncode
  • Improve project infrastructure as suggested in #58 by @redaxmedia