@@ -22,36 +22,32 @@ The `Make` command will install the dependencies and run the test suite.
22
22
Test output:
23
23
24
24
``` 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
+
25
47
Test Suites: 1 passed, 1 total
26
48
Tests: 2 passed, 2 total
27
49
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
55
51
```
56
52
57
53
## (optional) Use Testcontainers Desktop to easily debug the database
0 commit comments