https://github.com/opencastsoftware/selenium-test-starter-java
A starter project for Automation test interview exercise
https://github.com/opencastsoftware/selenium-test-starter-java
Last synced: 8 months ago
JSON representation
A starter project for Automation test interview exercise
- Host: GitHub
- URL: https://github.com/opencastsoftware/selenium-test-starter-java
- Owner: opencastsoftware
- License: gpl-3.0
- Created: 2020-09-30T11:41:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T14:12:40.000Z (over 1 year ago)
- Last Synced: 2025-05-07T22:07:26.646Z (8 months ago)
- Language: Java
- Size: 13 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opencast Software interview pairing session for Acceptance test with Cucumber/Selenium/Java
# Requirements for running this repository:
Java,
Maven,
Cucumber.
# Run maven
```
mvn clean install
```
# Run application using the runner
```
1. Add Junit configuration
2. Add class RunTest1
3. Add class RunTest2
```
# Run application through the terminal
```
mvn test
```
# During your interview you will be asked to action the following:
***Do not complete these before the interview, we will guide you through these.***
```
Scenario 1 - Complete the steps for the tests in TestFeature1.feature
Scenario 2 - Debug the test through your chosen IDE in TestFeature2.feature
Scenario 3 - Create a feature and write tests in TestFeature3.feature
```