Clem Blanco

Results 21 comments of Clem Blanco

Have a look at 1.0.4.

It feels like being able to call something like `pest()->beforeEverything()` and `pest()->afterEverything()` from `tests/Pest.php` is kinda missing... It would be executing a hook once per test suite run. I believe...

Technically with Laravel, you can rely on this https://laravel-news.com/laravel-test-case-trait-setup-hooks and have: ```php namesapce Tests\Concerns; trait FooBar { public function setUpFooBar() { // Executed once when setting up the entire test...

It's been a month and a half. Any update on this one?

@mauerbac well if a build fails because of some e2e tests failing we want to be able to download our artifacts generated by Cypress such as screenshots and videos. This...

@mauerbac it's the exact same amplify.yml and when we analyse the logs we can see Amplify uploading the same files to your S3 bucket which is how we figured out...

This is what I'm referring to: > **artifacts>files** > The generated artifacts (screenshots and videos) available for download. Source: https://docs.aws.amazon.com/amplify/latest/userguide/running-tests.html

> If you don't see the download button that means there is some issue preventing us for giving you the logs. I do see the button it's just only giving...

We don't have a custom `buildspec.yml` file. Only an `amplify.yml` one. Which we tried to copy paste into the console already.