From 885aa1791c70f63f2ef70a7337347cb6a72ef09c Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 09:51:52 +0000 Subject: [PATCH] updates of some sort :D --- .gitea/workflows/msbuild.yaml | 0 MyWebApp/nohup.out | 9 +++++++++ WebTestPractice.sln.DotSettings.user | 5 +++++ bitbucket-pipelines.yml | 18 ------------------ 4 files changed, 14 insertions(+), 18 deletions(-) create mode 100644 .gitea/workflows/msbuild.yaml create mode 100644 MyWebApp/nohup.out create mode 100644 WebTestPractice.sln.DotSettings.user delete mode 100644 bitbucket-pipelines.yml diff --git a/.gitea/workflows/msbuild.yaml b/.gitea/workflows/msbuild.yaml new file mode 100644 index 0000000..e69de29 diff --git a/MyWebApp/nohup.out b/MyWebApp/nohup.out new file mode 100644 index 0000000..589bd38 --- /dev/null +++ b/MyWebApp/nohup.out @@ -0,0 +1,9 @@ +Building... +info: Microsoft.Hosting.Lifetime[14] + Now listening on: http://localhost:5296 +info: Microsoft.Hosting.Lifetime[0] + Application started. Press Ctrl+C to shut down. +info: Microsoft.Hosting.Lifetime[0] + Hosting environment: Development +info: Microsoft.Hosting.Lifetime[0] + Content root path: /home/gmgauthier/Projects/comnenos/webtestpractice/MyWebApp diff --git a/WebTestPractice.sln.DotSettings.user b/WebTestPractice.sln.DotSettings.user new file mode 100644 index 0000000..7551849 --- /dev/null +++ b/WebTestPractice.sln.DotSettings.user @@ -0,0 +1,5 @@ + + + <SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from &lt;PlaywrightTests&gt;" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"> + <Project Location="/home/gmgauthier/Projects/comnenos/webtestpractice/PlaywrightTests" Presentation="&lt;PlaywrightTests&gt;" /> +</SessionState> \ No newline at end of file diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml deleted file mode 100644 index 6f4ebea..0000000 --- a/bitbucket-pipelines.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: mcr.microsoft.com/dotnet/sdk:7.0 - -pipelines: - branches: - main: - - step: - name: WebTest Practice Build And Test - caches: - - dotnetcore - script: - - cd MyWebApp - - dotnet build - - dotnet run & - - cd ../PlaywrightTests - - dotnet build - - pwsh bin/Debug/net7.0/playwright.ps1 install-deps - - pwsh bin/Debug/net7.0/playwright.ps1 install - - dotnet test