athena-oss / athena

An automation platform with a plugin architecture that allows you to easily create and share services.
https://athena-oss.github.io/athena/
Apache License 2.0
92 stars 25 forks source link

A clear guideline on how to setup Athena to run with Behat or Selenium. #31

Closed iamstoick closed 7 years ago

iamstoick commented 7 years ago

@rafaelspinto I witness the presentation of MC (from OLX Philippines) about Athena and I am really amazed of how this tool can do from a QA standpoint to DevOps.

So I started to play after MC's presentation and the most obvious thing from the documentation is the setup. I am on Ubuntu and there is no clear guide on how to access the tool after running apt-get install athena. I tried athena wizard star but I am completely blind on that one.

Eager contributor here once I know how the system works.

rafaelspinto commented 7 years ago

Hi @geraldvillorente , great to hear that you like it :)

In order to be able to run behat with or without selenium, you need to install the following plugins :

you can use the apt-get install athena-plugin-php athena-plugin-selenium athena-plugin-proxy method or any other of the ones mentioned in the docs of those plugins.

Let me know how this works for you.

P.S.: Looking forward for your help and contribution 👍

rafaelspinto commented 7 years ago

Hi @geraldvillorente , was it useful?