Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Setup some CI/CD tests #22

Open
JohannesLichtenberger opened this issue Oct 7, 2019 · 3 comments
Open

Setup some CI/CD tests #22

JohannesLichtenberger opened this issue Oct 7, 2019 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed

Comments

@JohannesLichtenberger
Copy link
Member

Have to read about how to test the frontend stuff... besides Unit Tests for some stuff.

@JohannesLichtenberger JohannesLichtenberger added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com/ labels Oct 7, 2019
@tashachin
Copy link

I recommend using a webdriver. Selenium is a good one, and it works well with Python if you import selenium-python. @mosheduminer is setting up a Python library if I'm not mistaken.

I don't know your guys' dev environs, but it's easy to simply import selenium in a text editor / Sublime/VS Code and go from there: https://selenium-python.readthedocs.io/

@JohannesLichtenberger
Copy link
Member Author

I'm more of a Java/Kotlin engineer, but Python may be okay, too, for sure :-) thanks

@tashachin
Copy link

tashachin commented Jan 2, 2020

I found a step-by-step guide for setting up Selenium in Java (Selenium has a lot of support) here.

It would add a dependency, however, as you'd need to install gecko driver for driving through Firefox and adjust a few lines of code. Selenium comes out of the box using Chrome and plays nice with Opera. Hope this helps :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants