Skip to content

constantinpri/sdet-task

 
 

Repository files navigation

Crexi SDET Task

Prerequisites

You should have Node installed

You should have Angular CLI installed

Assignment Instructions

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

Additional Information

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.7%
  • HTML 16.2%
  • SCSS 8.8%
  • JavaScript 0.3%