Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 756 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 756 Bytes

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