telling-stories icon indicating copy to clipboard operation
telling-stories copied to clipboard

Review and document the features of your Ember application in an easy and fun way!

Results 12 telling-stories issues
Sort by recently updated
recently updated
newest added

Allow to pause and resume test execution.

feature
work in progress

Generate a page that runs a specific test, without any option apart from replay a test. Also, we could add a zoom option to scale the test to fit the...

feature

It would be great if the generated site could have a permalink option so we could add a map like ``` { permalinks: { "foo": "abc123", "bar": "abc123" } ```...

feature

When the cursor moves to the assertion area, the cursor moves above the assertions, it should move below the assertions (z-index!)

bug
work in progress

When the assertion does not contain an associated assertion message, we add one. The message we're adding is not correct for some cases (assert.equal).

bug

Instead of `foo bar got focused` just show a message that reads `Focus element` or something like that. We could test if the focused element is an input and say...

feature

It would be great if we had an option to not show assertions when playing a test.

feature

Right now we have implemented vertical scroll but we didn't implement the horizontal scroll for the mouse.

feature

We reproduced this error in code corp test http://localhost:4200/tests?filter=Acceptance&nolint&testId=f154bb45&tellingStories It happens some times only.

bug

See code corps test http://localhost:4200/tests?filter=Acceptance&nolint&testId=f154bb45&tellingStories

bug