Checkpoint - wip - selenium tests, pom project

This commit is contained in:
2023-01-27 19:00:38 -06:00
parent a343f76a3a
commit 010eb98d2f
29 changed files with 1416 additions and 256 deletions

10
src/main/java/Placeholder.java Executable file
View File

@ -0,0 +1,10 @@
/*******************************************************************************
** Placeholder class, because maven really wants some source under src/main?
*******************************************************************************/
public class Placeholder
{
public void f()
{
}
}