Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 708 Bytes

File metadata and controls

19 lines (11 loc) · 708 Bytes

Claim tax relief expenses (AKA Eligibility Checker for Employee Expenses)

This service helps people find out if they can claim or get tax relief on employment expenses.

The service asks questions to tell the user what they need to do. If they can claim, the service tells them if they can claim online or by post. If they cannot claim, the service provides link to guidance.

Running the service

Service manager profile: EE_ALL

Port: 8787

Unit tests

  1. Run sbt in interactive mode.
  2. Run test to run unit tests

Acceptance Tests

Acceptance tests for the service and full instructions can be found here