sanity-runner icon indicating copy to clipboard operation
sanity-runner copied to clipboard

Automate your sanity tests against a chrome browser running in AWS Lambda. Can be implemented into deployment pipelines for easy post-deploy tests or can be run on the regular to determine if your sit...

Results 20 sanity-runner issues
Sort by recently updated
recently updated
newest added

We're missing dockerfile descriptions for the ghcr registry. Just need to add: ``` LABEL org.opencontainers.image.description DESCRIPTION ``` to each Dockerfile.

enhancement

**Is your feature request related to a problem? Please describe.** It's possible a lambda invocation will fail due to capacity issues in the AWS region. **Describe the solution you'd like**...

enhancement
good first issue

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Setup '...' 2. Run command '....' 3. See error...

**Is your feature request related to a problem? Please describe.** I cannot set a common test configs applied across test files. Since every test file is run in parallel, I...

enhancement

**Is your feature request related to a problem? Please describe.** Consider supporting/using cypress: https://github.com/cypress-io/cypress **Describe the solution you'd like** Just wanted to raise awareness of this tool **Describe alternatives you've...

investigation

A lot of work has been done to improve the logging. We should sync the log config between client and service though. i.e. pass the log format from the client...

enhancement
good first issue

Firefox is supported in puppeteer now, would be nice to support multiple browsers that could be configured via ENV variables potentially?

enhancement

There's nothing puppeteer specific about sanity-runner. Can we abstract the test runner logic so it's possible to run playwright?

investigation

Stop passing jest's junit schema to the client, instead "normalize" it in the service. This way the client doesn't need to be aware of jest.

breaking change

**Is your feature request related to a problem? Please describe.** Fullstory, datadog, slack, pagerduty are all baked into the code. This makes sanity-runner very specific to Top Hat's tech stack....

plugin
architecture