updates of some sort :D

This commit is contained in:
Greg Gauthier 2024-02-27 09:51:52 +00:00
parent fa7e4e6508
commit 885aa1791c
4 changed files with 14 additions and 18 deletions

View File

9
MyWebApp/nohup.out Normal file
View File

@ -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

View File

@ -0,0 +1,5 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/UnitTesting/UnitTestSessionStore/Sessions/=c1b1ef7b_002D8cb0_002D4e8a_002D8b53_002Df1d99bd60919/@EntryIndexedValue">&lt;SessionState ContinuousTestingMode="0" IsActive="True" Name="All tests from &amp;lt;PlaywrightTests&amp;gt;" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"&gt;
&lt;Project Location="/home/gmgauthier/Projects/comnenos/webtestpractice/PlaywrightTests" Presentation="&amp;lt;PlaywrightTests&amp;gt;" /&gt;
&lt;/SessionState&gt;</s:String></wpf:ResourceDictionary>

View File

@ -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