Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T14:47:26.000Z (over 1 year ago)
- Last Synced: 2023-09-05T15:45:45.535Z (over 1 year ago)
- Language: Java
- Size: 13 MB
- Stars: 0
- Watchers: 3
- 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```