Export test request
See original GitHub issuewe provide arguments to compile tests mbed compile --tests -n name
. This should be expanded to exporters, as people would like to debug their tests.
A proposal:
mbed export --test -n name
this would gets expanded to --source=test/path
(=this is current workaround that has a bug though but easy to fix in the project file to edit test file path).
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Importing and Exporting Tests - BlazeMeter Docs
You can export tests to our API Monitoring Export Format, and import request definitions from other services to create API Monitoring tests.
Read more >How to export Test Cases with Test Steps to a CSV file
Test Cases can be exported together with their Test Steps. Just build a view with Test Cases and click 'Export' button from 'Actions'...
Read more >Test an export via My API HTTP request - Celigo Help Center
For testing purposes, you can use an API tool to invoke a My API, simulating the request that an app will make in...
Read more >Postman Collections: Import, Export And Generate Code ...
Collections play an important role in organizing requests belonging to the same application etc. For example, if you are testing or validating a ......
Read more >Exporting collection should export tests · Issue #8258 - GitHub
When exporting a collection and I have defined tests in requests, it should export the javascript code of the tests also.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since we’re trying to push using
mbed test --compile
instead ofmbed compile --tests
, perhaps we should do the same thing with exporters, sombed test --export <ide> -n testname
?Already being tracked in this PR https://github.com/ARMmbed/mbed-os/pull/2208