Skip to content

Commit

Permalink
chore: remove headless recorder docs and images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Anaya committed Dec 16, 2022
1 parent 9da393c commit 3204df4
Show file tree
Hide file tree
Showing 32 changed files with 21 additions and 439 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ Do you want to share your use case and experience using Checkly with your produc
<br>

<p align="center">
<a href="https://checklyhq.com?utm_source=github&utm_medium=sponsor-logo-github&utm_campaign=headless-recorder" target="_blank">
<a href="https://checklyhq.com?utm_source=github&utm_medium=sponsor-logo-github&utm_campaign=checklyhq.com" target="_blank">
<img width="100px" src="https://www.checklyhq.com/images/text_racoon_logo.svg" alt="Checkly" />
</a>
<br />
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions site/config.toml
Expand Up @@ -120,12 +120,6 @@ disqusShortname = "checkly"
pre="/docs/images/icons/key.svg"
weight = 140

[[menu.docs]]
name = "Headless Recorder"
url = "/docs/headless-recorder/"
pre="/docs/images/icons/headless-recorder.svg"
weight = 9999

[[menu.learn]]
name = "Getting started"
pre = "/learn/icons/getting-started.svg"
Expand Down
2 changes: 1 addition & 1 deletion site/content/about/_index.md
Expand Up @@ -114,7 +114,7 @@ contact:
joinUs:
title: Join us
description: >-
Checkly is growing! Join us and help us empower development teams to build, deploy and run better software. You will be working on our SaaS app and our open source projects Headless Recorder and Terraform Provider
Checkly is growing! Join us and help us empower development teams to build, deploy and run better software. You will be working on our SaaS app and our open source projects
image: "/about/svgs/join_us_raccoon.svg"
buttonTxt: View open positions
buttonLink: "/jobs"
Expand Down
1 change: 0 additions & 1 deletion site/content/alternative/to-assertible.mmark
Expand Up @@ -35,7 +35,6 @@ Checkly enables you to create flexible HTTP Checks tailored to your needs.
{{% alternative-feature-row header="E2E checks with real browsers" img="/alternative/script.png" %}}
Code your checks and control exactly how they interact with a real browser.
- Use real and worldwide distributed browsers to validate what you need using Puppeteer or Playwright
- We support you with examples and our Headless Recorder — coding is optional
- Run your tests constantly or via our CI/CD integrations

{{% cta-link "More on synthetic monitoring" "/product/synthetic-monitoring/" %}}
Expand Down
1 change: 0 additions & 1 deletion site/content/alternative/to-pingdom.mmark
Expand Up @@ -46,7 +46,6 @@ Checkly enables you to create flexible HTTP Checks tailored to your needs.
{{% alternative-feature-row header="E2E checks with real browsers" img="/alternative/script.png" %}}
Code your checks and control exactly how they interact with a real browser.
- Use real and worldwide distributed browsers to validate what you need using Puppeteer or Playwright
- We support you with examples and our Headless Recorder — coding is optional
- Run your tests constantly or via our CI/CD integrations

{{% cta-link "More on synthetic monitoring" "/product/synthetic-monitoring/" %}}
Expand Down
1 change: 0 additions & 1 deletion site/content/alternative/to-runscope.mmark
Expand Up @@ -35,7 +35,6 @@ Checkly enables you to create flexible HTTP Checks tailored to your needs.
{{% alternative-feature-row header="E2E checks with real browsers" img="/alternative/script.png" %}}
Code your checks and control exactly how they interact with a real browser.
- Use real and worldwide distributed browsers to validate what you need using Puppeteer or Playwright
- We support you with examples and our Headless Recorder — coding is optional
- Run your tests constantly or via our CI/CD integrations

{{% cta-link "More on synthetic monitoring" "/product/synthetic-monitoring/" %}}
Expand Down
8 changes: 0 additions & 8 deletions site/content/docs/_index.md
Expand Up @@ -61,14 +61,6 @@ Checkly offers a lot of power and perks to modern developers and DevOps teams. M
description="Catch bugs and breakage early by triggering your checks from your deployment platforms and CI/CD pipelines. Integrates with GitHub, Vercel, Heroku and basically all CI providers."
link="/docs/cicd/"
>}}
{{< doc-card
class="full-width-card"
headerTag="h3"
title="Headless Recorder"
img="/docs/images/icons/headless-recorder@2x.png"
description="Create Puppeteer and Playwright E2E testing scripts super fast with our open source Headless Recorder Chrome extension. Click record, navigate your site and export."
link="/docs/headless-recorder/"
>}}
</div>
## Additional resources
Expand Down
8 changes: 3 additions & 5 deletions site/content/docs/browser-checks/_index.md
Expand Up @@ -137,12 +137,10 @@ Every valid **[Puppeteer](https://github.com/GoogleChrome/puppeteer)**
or **[Playwright](https://github.com/microsoft/playwright)** script is a valid Browser check. You can create these
scripts in two ways:

1. By using [Headless Recorder](/headless-recorder/) (our Chrome browser extension) to record a set of actions and
generate the Playwright or Puppeteer script automatically.
1. By using [Playwright Codegen](https://playwright.dev/docs/codegen) to record a set of actions and generate the Playwright or Puppeteer script automatically.
2. By writing the Node.js by hand.

A combination of both is also very common, i.e. you record the basic interactions with Headless Recorder and then tweak
the generated code with extra things like passwords, extra wait conditions and content checks.
A combination of both is also very common, i.e. you record the basic interactions with Codegen and then tweak the generated code with extra things like passwords, extra wait conditions and content checks.

In both cases, you can always **run and debug the script on your local machine** and tweak it to perfection before
uploading it
Expand Down Expand Up @@ -227,7 +225,7 @@ alerting channels will be triggered, notifying your team that something is up.
## Next Steps

- Learn how to deal with [login scenarios and private data](/docs/browser-checks/login-and-secrets/).
- Install and use [Headless Recorder](/docs/headless-recorder/) to record scripts without coding.
- Use [Playwright Codegen](https://playwright.dev/docs/codegen) to record scripts without coding.
- Learn more about [taking screenshots](/docs/browser-checks/screenshots/).
- Learn more about [creating reusable code snippets](/docs/browser-checks/partials-code-snippets/).
- Run checks behind an [HTTP proxy](/docs/private-locations/proxy).
Expand Down
41 changes: 0 additions & 41 deletions site/content/docs/headless-recorder/_index.md

This file was deleted.

68 changes: 0 additions & 68 deletions site/content/docs/headless-recorder/basic-usage.md

This file was deleted.

21 changes: 0 additions & 21 deletions site/content/docs/headless-recorder/development.md

This file was deleted.

32 changes: 0 additions & 32 deletions site/content/docs/headless-recorder/installation.md

This file was deleted.

0 comments on commit 3204df4

Please sign in to comment.