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

A Recorder role #31

Closed
wants to merge 1 commit into from
Closed

A Recorder role #31

wants to merge 1 commit into from

Conversation

kiwiroy
Copy link

@kiwiroy kiwiroy commented Mar 26, 2021

In response to #30, this PR adds a recorder role, which is easier to compose in.

There's only 2 tests, one standalone UA and one with a lite app, but it is in a reasonable state to kick around.

t/role/mojolicious_lite.t Outdated Show resolved Hide resolved
@kiwiroy kiwiroy force-pushed the recorder-role branch 2 times, most recently from 76b8d62 to ee3aea4 Compare August 3, 2021 14:28
@kpeters-cbsi
Copy link

Let me know when you want me to re-review this

@kiwiroy
Copy link
Author

kiwiroy commented Aug 4, 2021

@kpeters-cbsi Just cleared out the last of the signatures, so if you don't mind having an inspection.

@PopeFelix
Copy link
Owner

PopeFelix commented Aug 4, 2021 via email

Copy link

@kpeters-cbsi kpeters-cbsi left a comment

Choose a reason for hiding this comment

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

Looks good.

my $t = Test::Mojo->new;
my (@results, @transactions);
my @promises = (
$t->ua->get_p(q{https://www.vam.ac.uk/api/json/museumobject/O1}),

Choose a reason for hiding this comment

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

This is fine, but in future I think we should do away with the external websites altogether and instead fork a dedicated HTTP server to test against. Provided, of course, that doesn't break Jenkins...

@kpeters-cbsi
Copy link

@kraih , @kiwiroy - if this does everything you want I'm happy to release it.

@PopeFelix
Copy link
Owner

Three years and no word from @kraih or @kiwiroy , closing

@PopeFelix PopeFelix closed this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants