You should have Node installed
You should have Angular CLI installed
Fork this repository
Open the project from your local directory using the code editor of your choice
Install local packages using npm install
Make sure the project runs locally using ng serve
Run cypress tests using ng e2e
, you should see 1 passing test
Create tests cases for CRUD Books /examples/crud/
(adding, editing and deleting book data)
You should spend no more than a couple of hours on this assignment
Write autotests for those test cases in the cypress project
Submit a Pull Request
You should not need to change any files in the 'src' directory
This test project was generated using Angular Material Starter
The test project also uses Angular Material