sourcegraph/client/shared/src/testing/integration
Camden Cheek 1ead945267
Docs: update links to point to new site (#60381)
We have a number of docs links in the product that point to the old doc site. 

Method:
- Search the repo for `docs.sourcegraph.com`
- Exclude the `doc/` dir, all test fixtures, and `CHANGELOG.md`
- For each, replace `docs.sourcegraph.com` with `sourcegraph.com/docs`
- Navigate to the resulting URL ensuring it's not a dead link, updating the URL if necessary

Many of the URLs updated are just comments, but since I'm doing a manual audit of each URL anyways, I felt it was worth it to update these while I was at it.
2024-02-13 00:23:47 +00:00
..
polly use swc instead of babel for faster bazel typescript transpilation (#57912) 2023-11-02 22:49:03 -07:00
context.ts disable frontend code coverage tracking (#57820) 2023-10-23 21:29:40 +00:00
graphQlResults.ts users: Remove searchable attribute (#57278) 2023-10-04 15:50:34 +02:00
mockExtension.ts remove enableLegacyExtensions and all now-unreachable code (#47517) 2023-02-25 10:28:43 -08:00
README.md Docs: update links to point to new site (#60381) 2024-02-13 00:23:47 +00:00

Integration tests

This folder contains shared testing helpers for the Sourcegraph webapp and browser extensions.

For more information about integration tests and how to run them, read the Client integration tests documentation.