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

Create an API to build a test runner on top of it #3

Open
fernandojsg opened this issue Oct 24, 2018 · 1 comment
Open

Create an API to build a test runner on top of it #3

fernandojsg opened this issue Oct 24, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@fernandojsg
Copy link
Collaborator

No description provided.

@cvan
Copy link
Contributor

cvan commented Dec 18, 2018

/store_test_results is not defined but referenced in ResultsServer#storeTestResults.

I noticed the endpoint is not listed in http_server.js like so:

    .post('/store_test_results', (req, res) => {
      console.log('Storing test results', req.body);
      res.send('');
    })

Should I file a separate issue for that or does this issue cover it?

@fernandojsg fernandojsg added the enhancement New feature or request label Apr 8, 2019
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

No branches or pull requests

2 participants