Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saratoga8/fullstack_automation
Simple example of a Full Stack automation project (includes building Web and API parts)
https://github.com/saratoga8/fullstack_automation
automation backend-api front-end-development full-stack fullstack-development functional-testing playwright pytest python testing typescript
Last synced: 4 days ago
JSON representation
Simple example of a Full Stack automation project (includes building Web and API parts)
- Host: GitHub
- URL: https://github.com/saratoga8/fullstack_automation
- Owner: saratoga8
- Created: 2024-08-07T08:47:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T13:36:44.000Z (28 days ago)
- Last Synced: 2024-10-11T04:41:14.172Z (26 days ago)
- Topics: automation, backend-api, front-end-development, full-stack, fullstack-development, functional-testing, playwright, pytest, python, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The simple example of Automation Testing (applying to a project built of Web an API parts)
## The structure of the example
- Web part: a simple Web application for registration of a user and showing his information [README](src/api/README.md)
- API part: a simple API server for Creation/Deleting a user and providing his information [README](src/web/README.md)## Components of the project:
![components](docs/components.png)