Skip to content

Conversation

@vigneshshanmugam
Copy link
Member

journey('Synthetics + APM', ({ page }) => {
  step('go to index page', async () => {
    await page.goto('http://localhost:8080/index');
    // make sure RUM request has been successfully sent to APM server
    await page.waitForResponse(response =>
      response.url().includes('/rum/events')
    );
  });

  step('go to unknown page', async () => {
    await page.goto('http://localhost:8080/unknown');
    // make sure RUM request has been successfully sent to APM server
    await page.waitForResponse(response =>
      response.url().includes('/rum/events')
    );
  });
});


@ghost
Copy link

ghost commented Feb 17, 2022

❕ Build Aborted

Either there was a build timeout or someone aborted the build.

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Start Time: 2022-04-01T22:44:25.225+0000

  • Duration: 11 min 47 sec

Test stats 🧪

Test Results
Failed 0
Passed 14
Skipped 0
Total 14

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@vigneshshanmugam
Copy link
Member Author

Pursing other way of doing the crosslinking #595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants