Skip to content

Use labels alongside server version #12

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

Merged
merged 1 commit into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 23 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,32 @@ The `Make` command will install the dependencies and run the test suite.
Test output:

```shell
console.log

████████╗███████╗███████╗████████╗ ██████╗ ██████╗ ███╗ ██╗████████╗ █████╗ ██╗███╗ ██╗███████╗██████╗ ███████╗
╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██║████╗ ██║██╔════╝██╔══██╗██╔════╝
██║ █████╗ ███████╗ ██║ ██║ ██║ ██║██╔██╗ ██║ ██║ ███████║██║██╔██╗ ██║█████╗ ██████╔╝███████╗
██║ ██╔══╝ ╚════██║ ██║ ██║ ██║ ██║██║╚██╗██║ ██║ ██╔══██║██║██║╚██╗██║██╔══╝ ██╔══██╗╚════██║
██║ ███████╗███████║ ██║ ╚██████╗╚██████╔╝██║ ╚████║ ██║ ██║ ██║██║██║ ╚████║███████╗██║ ██║███████║
╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚══════╝

Congratulations on running your first test! 🎉
Runtime used:
Testcontainers Cloud via Testcontainers Desktop

You can now return to the website to complete your onboarding.

at Object.log (src/TestcontainersCloud.test.js:55:17)

PASS src/TestcontainersCloud.test.js (17.199 s)
GenericContainer
✓ tcc cloud engine (5456 ms)
✓ create postgresql container (11411 ms)

Test Suites: 1 passed, 1 total
Tests: 2 passed, 2 total
Snapshots: 0 total
Time: 10.065 s
Ran all test suites.
/
/////////
///////////////
/////////////////
/////////////
%% //// %
%% // %%
%% // %
%% //// %
% ///////// %
% /////////////// %%
%%%%%%%%%%%%%%%

/%%%%%% /%% /%% /%%%%%
/%%__ %% | %% |__/ |__ %%
| %% \\ %% /%%%%%% /%%%%%% /%%%%%%/%%%% /%% /%%%%%%% | %% /%%%%%% /%%%%%%
| %%%%%%%%|_ %%_/ /%%__ %%| %%_ %%_ %%| %% /%%_____/ | %% |____ %% /%%__ %%
| %%__ %% | %% | %% \\ %%| %% \\ %% \\ %%| %%| %% /%% | %% /%%%%%%%| %% \\__/
| %% | %% | %% /%%| %% | %%| %% | %% | %%| %%| %% | %% | %% /%%__ %%| %%
| %% | %% | %%%%/| %%%%%%/| %% | %% | %%| %%| %%%%%%%| %%%%%%/| %%%%%%%| %%
|__/ |__/ \\___/ \\______/ |__/ |__/ |__/|__/ \\_______/ \\______/ \\_______/|__/


Congratulations on running your first test on Testcontainers Cloud! 🎉
You can now return to the website to complete your onboarding.
Time: 17.22 s
```

## (optional) Use Testcontainers Desktop to easily debug the database
Expand Down
Loading
Loading