Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new project usage examples #11

Closed
2 tasks
pawelWritesCode opened this issue Jul 28, 2022 · 0 comments · Fixed by #13
Closed
2 tasks

Add new project usage examples #11

pawelWritesCode opened this issue Jul 28, 2022 · 0 comments · Fixed by #13
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pawelWritesCode
Copy link
Owner

Background

This project allows to test HTTP(s) API. It consists of over 40 basic methods grouped into different categories (random data generation, debugging, sending http requests, ...). More information describing detailed aspects can be found in project's wiki

Objective

Task is to find free publicly available API and test it using this project. Tests should be placed in features directory.

Project uses godog therefore tests should be written using predefined sentences listed in main.go file. Current tests covering simple rest API server can be found in features directory.

  • Find publicly available API that can be easily accessed without API-key, authorization required
  • Write basic tests covering this API
@pawelWritesCode pawelWritesCode added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 28, 2022
@pawelWritesCode pawelWritesCode added this to the v2.2.0 milestone Jul 28, 2022
@pawelWritesCode pawelWritesCode self-assigned this Aug 17, 2022
@pawelWritesCode pawelWritesCode removed help wanted Extra attention is needed good first issue Good for newcomers labels Aug 17, 2022
@pawelWritesCode pawelWritesCode linked a pull request Aug 28, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant