This repo contains a Java class for creating matrices and performing calculations on them. We would like you to write some functional tests using Cucumber for the requirement:
- The application must be able to add two matrices
A simple introduction to matrix mathematics can be found here: https://www.cuemath.com/algebra/solve-matrices/.
- A comprehensive set of functional tests for the requirement
- Tests that follow the best practices for using Cucumber
- Clean and maintainable code
- Fork this repo into your own GitHub account
- To run your tests, use your IDE to run tests in the
RunCucumberTests.java
class or runmvn test
- Put any assumptions, notes and instructions into your README.md.