diff --git a/.gitignore b/.gitignore index 2bc7b28..d46260c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +1,15 @@ +### IDES ### +.idea/ +.vscode/ + +### PROJECT BUILD ### target/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/**/target/ !**/src/test/**/target/ - -### IntelliJ IDEA ### -.idea/modules.xml -.idea/jarRepositories.xml -.idea/compiler.xml -.idea/libraries/ -*.iws -*.iml -*.ipr - -### Eclipse ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ -build/ -!**/src/main/**/build/ -!**/src/test/**/build/ - -### VS Code ### -.vscode/ +out/ +screenshots/*.png +test-reports/ ### Mac OS ### .DS_Store - -out/ -screenshots/*.png -test-reports/ \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index aa00ffa..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 67e1e61..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 9abe8b5..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - { - "associatedIndex": 7 -} - - - - - - - - - 1700152387795 - - - - - - \ No newline at end of file diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml deleted file mode 100644 index 26feac6..0000000 --- a/bitbucket-pipelines.yml +++ /dev/null @@ -1,14 +0,0 @@ -pipelines: - default: - - step: - name: Build and Test - caches: - - maven - runs-on: - - self.hosted - - macos - script: - - mvn -B verify --file pom.xml - - mvn compiler:compile - - mvn compiler:testCompile - - mvn surefire:test \ No newline at end of file diff --git a/pom.xml b/pom.xml index c15c154..30845f3 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.example + com.gmgauthier PlaywrightJava1 1.0-SNAPSHOT pom @@ -16,6 +16,7 @@ UTF-8 + 17 @@ -129,21 +130,19 @@ test - - plugin={ + + { "pretty", "html:target/test-reports/cucumber-html-report.html", "json:target/test-reports/cucumber.json", "pretty:target/test-reports/cucumber-pretty.txt", "usage:target/test-reports/cucumber-usage.json", "junit:target/test-reports/cucumber-results.xml" - }, - publish=false, - stepNotifications=true - - - cucumber.publish.quiet=true - + } + + false + true + true