Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Add mochi runner#3609

Merged
jasonLaster merged 1 commit into
firefox-devtools:masterfrom
jasonLaster:mochi
Aug 9, 2017
Merged

Add mochi runner#3609
jasonLaster merged 1 commit into
firefox-devtools:masterfrom
jasonLaster:mochi

Conversation

@jasonLaster
Copy link
Copy Markdown
Contributor

@jasonLaster jasonLaster commented Aug 9, 2017

Summary of Changes

The goal is to be able to make it fun to run integration tests. We do this by cleaning up the workflow a lot:

  1. yarn mochi
  2. a clean reporter

Comment thread bin/mochi.js
@@ -0,0 +1,210 @@
const shell = require("shelljs");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you not flow type your bin scripts? I really like treating all my code as first class citizens.

Copy link
Copy Markdown
Member

@gregtatum gregtatum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It all looks reasonable to me, did you test this on Windows? Seems like something worth doing.

@jasonLaster jasonLaster merged commit 1778353 into firefox-devtools:master Aug 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants