Cypress Automation script using JavaScript

Job ID: 33566166

Budget: $30 – $250 USD

I created my own Github account and need to build a project for automation scripts using JavaScript. I can provide the URL we need to provide a sample test. I can provide the URL site, my login credentials once we confirm.

Please write the tests in one of the following languages and with the tool of your choosing:
JavaScript
If you find any defects, please submit a separate defect report with your findings.
Please submit your automation via a git repository of your choosing (please do not include the Company name in the url or anywhere in the repository). Once complete, please email me the URL to the git repository (I can provide my account on Github.

In javascript build the following:
- Login Page = Build an automated UI test suite around the login page.
- Creating a New Record = Build an automated UI test suite around creating a new record in Swimlane.
- API Testing = Build an automated test around the Swimlane API. The API documentation can be found at the https://<host>/docs page. Using the API documentation, please include test cases for the following endpoints:
POST /app/{appId}/record
GET /app/{appId}/record/{id}
DELETE /app/{appId}/record/{id}
- The test shall be repeatable, and executable on any compatible machine. Any cleanup required to run the tests again shall be built into the automation.