You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Generate Markdown documents from E2E test results to reduce the time developers spend on document creation.
Support BDD-style testing methods.
Become a versatile library that allows easy writing of unit tests for entities other than APIs.
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
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
Roadmap
Roadmap 1. Refactoring
Roadmap 2. Adding Functionality to Simplify Unit Testing
Roadmap 3. Enhancement of Documentation Feature
spectest index
command standard outputs the index markdown file path after generated it. #168Roadmap 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
The text was updated successfully, but these errors were encountered: