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

Implement possibility to use one .md file as option for md baseliner #14

Open
Igmat opened this issue Jan 18, 2018 · 1 comment
Open
Projects
Milestone

Comments

@Igmat
Copy link
Owner

Igmat commented Jan 18, 2018

It could be possible to write baseline in .spec.md file instead of separate one. Something like this:

sampleFn(1, 3) /// returns -> 5
sampleFn(1, null) /// throws -> NullPointerException

Or in next block like this:
index.spec.js file:

sampleFn(1, 3)
sampleFn(1, null)

output:

5
null isn't assignable
@Igmat Igmat added this to To Do in Baset board via automation Jan 18, 2018
@Igmat Igmat added this to the v1.0.0 milestone Mar 23, 2018
@Igmat Igmat changed the title Investigate possibility to use one .md file Implement possibility to use one .md file as option for md baseliner Mar 23, 2018
@Igmat
Copy link
Owner Author

Igmat commented Mar 23, 2018

This feature requires #11 to be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Baset board
  
To Do
Development

No branches or pull requests

1 participant