-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cucumber and selenium test to API Gateway/FrontEnd #15
Comments
To develop this I can create an environment that we can use to test against. |
Another more standalone test can be to check that the UI is displaying N/A for the non-available services, but at least it boots up. This will happen when you start the project in your laptop without having the other services up. |
@mcruzdev if you can give this a try in a simple test in the API gateway it will be a great start.. a PR to the project with a simple test and adding the dependencies will be a big step forward. |
Sorry, I closed accidentally 😐 |
Can I create all tests with wiremock? I know that it is not a real scenario, but we can test standalone? |
We need a test to validate a simple flow from the user point of view:
Cucumber -> https://www.baeldung.com/cucumber-spring-integration
Selenium -> https://www.baeldung.com/java-selenium-with-junit-and-testng
We should create a simple test to validate this flow and run that against an instance of selenium running in a docker container.
The text was updated successfully, but these errors were encountered: