Skip to content

Commit bdda2b5

Browse files
authored
Use labels alongside server version (#12)
1 parent 486d30f commit bdda2b5

File tree

4 files changed

+843
-271
lines changed

4 files changed

+843
-271
lines changed

README.md

+23-27
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,32 @@ The `Make` command will install the dependencies and run the test suite.
2222
Test output:
2323

2424
```shell
25+
console.log
26+
27+
████████╗███████╗███████╗████████╗ ██████╗ ██████╗ ███╗ ██╗████████╗ █████╗ ██╗███╗ ██╗███████╗██████╗ ███████╗
28+
╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔══██╗██║████╗ ██║██╔════╝██╔══██╗██╔════╝
29+
██║ █████╗ ███████╗ ██║ ██║ ██║ ██║██╔██╗ ██║ ██║ ███████║██║██╔██╗ ██║█████╗ ██████╔╝███████╗
30+
██║ ██╔══╝ ╚════██║ ██║ ██║ ██║ ██║██║╚██╗██║ ██║ ██╔══██║██║██║╚██╗██║██╔══╝ ██╔══██╗╚════██║
31+
██║ ███████╗███████║ ██║ ╚██████╗╚██████╔╝██║ ╚████║ ██║ ██║ ██║██║██║ ╚████║███████╗██║ ██║███████║
32+
╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚══════╝
33+
34+
Congratulations on running your first test! 🎉
35+
Runtime used:
36+
Testcontainers Cloud via Testcontainers Desktop
37+
38+
You can now return to the website to complete your onboarding.
39+
40+
at Object.log (src/TestcontainersCloud.test.js:55:17)
41+
42+
PASS src/TestcontainersCloud.test.js (17.199 s)
43+
GenericContainer
44+
✓ tcc cloud engine (5456 ms)
45+
✓ create postgresql container (11411 ms)
46+
2547
Test Suites: 1 passed, 1 total
2648
Tests: 2 passed, 2 total
2749
Snapshots: 0 total
28-
Time: 10.065 s
29-
Ran all test suites.
30-
/
31-
/////////
32-
///////////////
33-
/////////////////
34-
/////////////
35-
%% //// %
36-
%% // %%
37-
%% // %
38-
%% //// %
39-
% ///////// %
40-
% /////////////// %%
41-
%%%%%%%%%%%%%%%
42-
43-
/%%%%%% /%% /%% /%%%%%
44-
/%%__ %% | %% |__/ |__ %%
45-
| %% \\ %% /%%%%%% /%%%%%% /%%%%%%/%%%% /%% /%%%%%%% | %% /%%%%%% /%%%%%%
46-
| %%%%%%%%|_ %%_/ /%%__ %%| %%_ %%_ %%| %% /%%_____/ | %% |____ %% /%%__ %%
47-
| %%__ %% | %% | %% \\ %%| %% \\ %% \\ %%| %%| %% /%% | %% /%%%%%%%| %% \\__/
48-
| %% | %% | %% /%%| %% | %%| %% | %% | %%| %%| %% | %% | %% /%%__ %%| %%
49-
| %% | %% | %%%%/| %%%%%%/| %% | %% | %%| %%| %%%%%%%| %%%%%%/| %%%%%%%| %%
50-
|__/ |__/ \\___/ \\______/ |__/ |__/ |__/|__/ \\_______/ \\______/ \\_______/|__/
51-
52-
53-
Congratulations on running your first test on Testcontainers Cloud! 🎉
54-
You can now return to the website to complete your onboarding.
50+
Time: 17.22 s
5551
```
5652

5753
## (optional) Use Testcontainers Desktop to easily debug the database

0 commit comments

Comments
 (0)