The Wayback Machine - https://web.archive.org/web/20211217021144/https://github.com/topics/e2e-testing
Skip to content
#

e2e-testing

Here are 286 public repositories matching this topic...

pactum
ASaiAnudeep
ASaiAnudeep commented Dec 7, 2021

Describe the bug
Running a pactum test with baseUrl and without an endpoint fails with type error.

To Reproduce
Steps to reproduce the behavior:

  1. Run Test
request.setBaseUrl(`<some-url>`);
await pactum.spec()
  1. See error
TypeError: Cannot read property 'startsWith' of undefined

Expected behavior
A clear and concise error would help.

serverlesspolska
serverlesspolska commented Mar 24, 2021

Is your feature request related to a problem? Please describe.
It's not a problem but a feature request.

I'd like to test code that sends events to EventBus. I have a rule that logs all events sent to my Event Bus to Cloud Watch Logs. Since recent API Destinations announcement, not every event on the EventBus will trigger Lambda function. Therefore there no function to create logs in Clou

Improve this page

Add a description, image, and links to the e2e-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the e2e-testing topic, visit your repo's landing page and select "manage topics."

Learn more