test(Discord) Added test logs to discord and start of discord chat bot

This commit is contained in:
2022-04-28 12:56:49 -04:00
parent 156339786c
commit b65dae0884
25 changed files with 6277 additions and 181 deletions
+3 -5
View File
@@ -1,13 +1,11 @@
using OpenQA.Selenium;
using TestAutomation.Utils;
namespace TestAutomation.Pages;
namespace TestAutomation.Pages;
public class BasePage {
public Website website;
public Website website;
public BasePage(Website website) {
this.website = website;
}
}