Challenge Overview
Challenge Objectives
-
Cover our Submission Review App with E2E tests using selenium.
Tech Stack
-
Node.js
-
Express.js
-
Selenium
-
Webdriver IO
Project Background
We’re in the process of creating a new app to help challenge members to view their submissions and their associated review results in order to improve the overall user experience on our platform.
Code Access
Repo: https://github.com/topcoder-platform/submission-review-ui
Branch: develop
Detailed requirements
As part of this challenge, you need to create E2E tests for our Submission Review app using Selenium.
You need to cover the whole app and create both positive and negative test scenarios.
We need to be able to add the E2E tests as part of our CI/CD pipeline on CircleCI so, make sure the tests are able to be executed there.
Update the existing documentation with instructions on how to run the tests.
Feel free to ask on the challenge forum if you have any questions!
What to Submit
Submit a git patch for the latest commit in the develop branch and provide instructions on how to apply your patch. Make sure to note the exact commit.