Skip to content

Commit

Permalink
Merge pull request #349 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updates for Moon Cloud website changes
  • Loading branch information
vania-pooh authored Oct 30, 2022
2 parents f1250b1 + c31abaf commit 46e1bbf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 28 deletions.
4 changes: 2 additions & 2 deletions site/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseurl = "/"
languageCode = "en-us"
languageLang = "en"
title = "Aerokube Moon | A Cross Browser Selenium and Playwright Solution Running in Kubernetes or Openshift Cluster"
title = "Aerokube Moon | A Cross Browser Selenium, Playwright and Cypress Solution For Kubernetes or Openshift Cluster"

enableRobotsTXT = true

Expand All @@ -12,4 +12,4 @@ enableRobotsTXT = true
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]

[params]
description = "A cross browser and mobile application testing platform. Fully compatible with Selenium Webdriver and Playwright. Automated and live testing. Kubernetes and Openshift clusters supported. Runs on your own hardware or in any popular cloud platform: Google Cloud, Amazon Web Services, DigitalOcean, Microsoft Azure and so on."
description = "A cross browser and mobile application testing platform. Fully compatible with Selenium Webdriver, Playwright and Cypress. Automated and live testing. Kubernetes and Openshift clusters supported. Runs on your own hardware or in any popular cloud platform: Google Cloud, Amazon Web Services, DigitalOcean, Microsoft Azure and so on."
10 changes: 5 additions & 5 deletions site/data/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"icon": "browsers"
},
{
"title": "Playwright supported",
"description": "Run your Playwright tests \nin parallel",
"title": "\"Swiss Army Knife\"",
"description": "Run Selenium, Playwright and \nCypress tests in one cluster",
"icon": "openshift"
},
{
Expand Down Expand Up @@ -116,17 +116,17 @@
"title": "Selenium: Securing Your Moon Cluster in Kubernetes and Openshift",
"description": "This article describes how to enabled security features in Moon.",
"url": "https://blog.aerokube.com/selenium-securing-your-moon-cluster-in-kubernetes-and-openshift-92bde882a240"
},
},
{
"title": "Selenium: Moon Environment Provisioning",
"description": "This article gives more light about new Moon context feature.",
"url": "https://blog.aerokube.com/selenium-moon-environment-provisioning-72402242c917"
},
},
{
"title": "Moon 2: The Next Generation Browser Infrastructure Solution",
"description": "This article describes difference between Moon 1 and Moon 2.",
"url": "https://blog.aerokube.com/moon-2-the-next-generation-browser-infrastructure-solution-11b60d3d41ba"
},
},
{
"title": "Cypress: Remote Tests Execution Made Simple",
"description": "This article describes how to run your Cypress tests in parallel with Moon.",
Expand Down
21 changes: 2 additions & 19 deletions site/layouts/partials/cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,11 @@ <h2 id="cloud">Moon Cloud</h2>
</div>
<div class="row cloud__content">
<div class="col-12">
<p>Don't have your own Kubernetes cluster but still want to use Moon? This is now possible with <strong>Moon Cloud</strong> solution. How it works:</p>
<ol>
<li>You choose one of supported cloud platforms: <a href="https://aws.amazon.com/" target="_blank" title="Amazon Web Services">Amazon Web Services</a>, <a href="https://cloud.google.com/" target="_blank" title="Google Cloud">Google Cloud</a> or <a href="https://azure.microsoft.com/" target="_blank" title="Microsoft Azure">Microsoft Azure</a>;</li>
<li>We deploy and maintain a dedicated Moon cluster for you;</li>
<li>You pay the <strong>regular cloud billing + 25%</strong>. No need to purchase Moon license.</li>
</ol>
<p>This approach gives you a lot of flexibility:</p>
<ul>
<li><strong>Unlimited.</strong> Run as many parallel sessions as needed at any moment of time;</li>
<li><strong>Cost efficient.</strong> Per-minute billing and <a href="https://en.wikipedia.org/wiki/Autoscaling" target="_blank" title="Auto-scaling">auto-scaling</a> allow to dramatically decrease cluster cost;</li>
<li><strong>Secure.</strong> We deliver a dedicated cluster that can optionally run in your <a href="https://en.wikipedia.org/wiki/Virtual_private_cloud" target="_blank" title="Virtual network">virtual network</a> and save data to <a href="https://en.wikipedia.org/wiki/Amazon_S3" target="_blank" title="S3">S3</a> bucket you fully control;</li>
<li><strong>No ugly tunnels.</strong> Use all regular cloud network connectivity features to connect Moon cluster to your corporate network.</li>
</ul>
<p>How it looks like:</p>
<p>Don't have your own Kubernetes cluster but still want to use Moon? This is now possible with <strong><a href="https://aerokube.com/moon-cloud/" target="_blank" title="Moon Cloud">Moon Cloud</a></strong> solution. How it looks like:</p>
<div class="video">
<iframe src="https://www.youtube.com/embed/dK1V80HuPyU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p>How much does it cost? It certainly depends on selected cloud platform and your usage pattern. Some example cases are shown below:</p>
<p class="case">AWS, 50 parallel sessions, 7 hours ~ $250/month</p>
<p class="case">Google Cloud, 50 parallel sessions, 7 hours ~ $200/month</p>
<p class="case">Microsoft Azure, 50 parallel sessions, 7 hours ~ $220/month</p>
<p>If you are interested in trying <strong>Moon Cloud</strong> - contact us: <a href="mailto:[email protected]" title="Support email">[email protected]</a>.</p>
<p>For more details about <strong>Moon Cloud</strong> - check <strong><a href="https://aerokube.com/moon-cloud/" target="_blank" title="Moon Cloud">this</a></strong> page.</p>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions site/layouts/partials/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="col-12 col-md-5">
<div class="row">
<div class="col-12">
<h1 class="hero__heading-title">Selenium in Kubernetes</h1>
<p class="hero__heading-description">Unlimited cluster in 5 minutes</p>
<h1 class="hero__heading-title">Browser Automation in Kubernetes</h1>
<p class="hero__heading-description">Unlimited cluster for Selenium, Playwright and Cypress</p>
</div>
<div class="col-12 d-none d-md-block">
{{ partial "feedback" . }}
Expand Down

0 comments on commit 46e1bbf

Please sign in to comment.