Skip to content

rakitha-perera/oppenheimer-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oppenheimer Project Test

This project is an end-to-end test which targets the Oppenheimer Project.

Parallel to the automation testing work, a few manual/exploratory testing rounds were also carried out. You can find about more details on the bugs found here: docs/Bugs.pdf

Running Tests

Configuration

The following properties in the Application.yaml file can be configured.

  • runner.browser: browser that will be used, supported values: chrome, firefox

  • runner.headless: run browser in a headless mode or not, supported values: true, false

  • runner.timeout: default webdriver wait timeout in seconds

  • app.base-url: base url of oppenheimer-project (Application Under Test)

  • app.port: hosted port of oppenheimer-project (Application Under Test)

  • file-paths.add-user-csv: the temporary location that the csv files to be stored before uploading

Running tests via Gradle

Command: ./gradlew clean test

Running tests in IntelliJ

  • Open project in IntelliJ
  • Right-click on the feature folder located under src/test/resources and select 'Run'

Next Steps

  • Integration of a reporting framework (e.g. Extent Reports)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published