Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/docs/about.blogix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Galen uses "Selenium":http://www.seleniumhq.org/ for interacting with elements o
Once Galen sees that something is wrong - it reports the error, makes a screenshot and highlights the misbehaving element on it.
You can also run test against "Selenium Grid":http://code.google.com/p/selenium/wiki/Grid2 in case you want to cover cross-browser layout testing.

In case you don't have resources to set up a Selenium Grid you can also run Galen tests with "Sauce Labs":https://saucelabs.com/ or "BrowserStack":http://www.browserstack.com. Actually with BrowserStack and Sauce Labs you can even run your tests against real mobile devices like iPhone or Android so you don't need to emulate the mobile layout by resizing a browser.
In case you don't have resources to set up a Selenium Grid you can also run Galen tests with "Experitest":https://experitest.com/ , Sauce Labs":https://saucelabs.com/ or "BrowserStack":http://www.browserstack.com. Actually with Experitest, BrowserStack and Sauce Labs you can even run your tests against real mobile devices like iPhone or Android so you don't need to emulate the mobile layout by resizing a browser.

Galen offers two ways of reporting:
- *Html Reports* - gives nice overview of all test suites with complete reports, screenshots and highlighted errors
Expand Down
2 changes: 1 addition & 1 deletion view/home.ftl.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>The Idea...</h1>
<div class="col-sm-6 col-lg-6">
<h1>Runs in Selenium Grid</h1>
<p class="home-description">
Galen Framework runs well in Selenium Grid. You can set up your tests to run in a cloud like <a href="https://saucelabs.com">Sauce Labs</a> or <a href="http://www.browserstack.com">BrowserStack</a> so that you can even test your responsive websites on different mobile devices. Galen can run multiple tests in parallel which is also a nice time saver.
Galen Framework runs well in Selenium Grid. You can set up your tests to run in a cloud like <a href="https://experitest.com">Experitest</a>, <a href="https://saucelabs.com">Sauce Labs</a> or <a href="http://www.browserstack.com">BrowserStack</a> so that you can even test your responsive websites on different mobile devices. Galen can run multiple tests in parallel which is also a nice time saver.
</p>
</div>
<div class="col-sm-3 col-lg-3">
Expand Down