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

SPECTEST ROADMAP #142

Open
4 of 19 tasks
nao1215 opened this issue Oct 31, 2023 · 0 comments
Open
4 of 19 tasks

SPECTEST ROADMAP #142

nao1215 opened this issue Oct 31, 2023 · 0 comments
Assignees

Comments

@nao1215
Copy link
Owner

nao1215 commented Oct 31, 2023

Introduction

The spectest is a package forked from steinfletcher/apitest. The apitest has the functionality to generate HTML documents from end-to-end test results, and the development of spectest was initiated to enhance this feature.

One month after the fork, spectest has added the capability to output documents in markdown format (I have also conducted refactoring). While there are several feature ideas, developing them alone would be time-consuming.

Therefore, I have decided to clearly outline spectest's roadmap and record feature ideas as issues. If you are interested in spectest, feel free to implement some of these issues.

Goal

  1. Generate Markdown documents from E2E test results to reduce the time developers spend on document creation.
  2. Support BDD-style testing methods.
  3. Become a versatile library that allows easy writing of unit tests for entities other than APIs.
  4. Provide CLI commands to enhance the developer experience during unit test execution.

Roadmap

  • Roadmap 1. Refactoring
  • Roadmap 2. Adding Functionality to Simplify Unit Testing
  • Roadmap 3. Enhancement of Documentation Feature
  • Roadmap 4. Creating Mocks for External Systems Such as AWS
  • Roadmap 5. Making Spectest Usable for Simple Unit Tests
  • Roadmap 6. Creating a Website to Explain How to Use Spectest

Roadmap 1. Refactoring

Roadmap 2. Adding Functionality to Simplify Unit Testing

Roadmap 3. Enhancement of Documentation Feature

Roadmap 4. Creating Mocks for External Systems Such as AWS

Roadmap 5. Making Spectest Usable for Simple Unit Tests

Roadmap 6. Creating a Website to Explain How to Use Spectest

@nao1215 nao1215 pinned this issue Oct 31, 2023
@nao1215 nao1215 self-assigned this Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant