2ms icon indicating copy to clipboard operation
2ms copied to clipboard

Run e2e and Performance tests

Open baruchiro opened this issue 2 years ago • 2 comments

During development, I found critical bugs in Discord, Confluence, and Paligo.

We need E2E tests (run 2ms on a real endpoint) urgently.

  • [ ] Test each plugin with a real service.
  • [ ] Performance tests- test a large-size source.

baruchiro avatar Jun 27 '23 14:06 baruchiro

It is very important to run a test with --regex because currently, it working by chance because we're updating a pointer, but if we will lose this pointer, the --regex will be broken.

baruchiro avatar Jun 27 '23 14:06 baruchiro

Also, validate the ID of the secrets, need to make sure it's not empty and not unexpected duplication.

baruchiro avatar Jul 02 '23 12:07 baruchiro