Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearpointnz/tae-assessment
Instructions for the TAE Assessment
https://github.com/clearpointnz/tae-assessment
Last synced: 1 day ago
JSON representation
Instructions for the TAE Assessment
- Host: GitHub
- URL: https://github.com/clearpointnz/tae-assessment
- Owner: ClearPointNZ
- Created: 2023-04-04T01:45:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T02:44:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T17:40:20.332Z (2 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Automation Task
## Overview
This task is intended to give ClearPoint a high level idea about a candidate’s abstract technical abilities. This task should not take a long time to complete. The submitted response must be your own work.
**_Please treat this document as confidential. Do not share or redistribute this document._**
## Instructions
**_Ensure you have [docker and docker-compose installed](https://docs.docker.com/compose/install/)_**
Run `docker-compose up` from the repo root. This will spin up a container that hosts a TodoList API. The Open-API specification will be available at;
```
http://localhost:3002/swagger
```The task is to demonstrate automated testing on the API in a small project.
Unless otherwise agreed, complete the task using either the JavaScript or the TypeScript languages. If this is not possible then please communicate this early with your hiring contact at ClearPoint.
## Notes
Please note the following general points;
- Avoid excessive use of third party libraries.
- Send us a link to your public or private git repository that contains your completed solution. If the repository is private, your contact at ClearPoint will indicate which person or people will need to be provided access.
- Do not supply binaries or build products.
- If you are using a build system please give brief instructions on how to build a runnable binary.