Thomas G Henry

Results 18 comments of Thomas G Henry

As far as I can tell, the options seem to be, mark as `@manual` and... - leave the steps unimplemented to get "manual" and "pending" in the report (fine) -...

I have no idea what I'm doing, but, @jan-molak, does this nudge things in a helpful direction? https://github.com/serenity-js/serenity-js/pull/1132/files

Is this still an issue, and does this help? https://github.com/FiloSottile/mkcert

Note to vccw n00bs like me: `vagrant provision` appears to be a destructive hard factory reset, so backup your files/database away from this installation first. Also, I think the file...

Not only does it capture it, but it does odd things with the idle time. I notice that when I've been gone more than 20 minutes, the idle time might...

This got my head in the right space to solve a similar issue. https://polvara.me/posts/five-things-you-didnt-know-about-testing-library Specifically, `const row = screen.getByText(id).closest("tr");`

> Meanwhile, @larcade-tess , you can use [this extension](https://marketplace.visualstudio.com/items?itemName=kostasx.live-html-previewer-v2), as Flowchart is now supported for .js files That's also busted for js flowchart creation https://github.com/kostasx/live-html-preview-v2/issues/2

I left VS Code for WebStorm a few years ago. I thought I might come back, but I keep bumping into things like this.

Similar thing for us. fail() prints to the github action output, but the status remains successful and there's no comment on the PR. This used to work. I'm not sure...