Skip to content

Commit

Permalink
Update README.md (#32)
Browse files Browse the repository at this point in the history
Fixed h2 as Github markdown viewer doesn't seem to like mixing heading syntaxes.
  • Loading branch information
matrei authored Oct 7, 2023
1 parent 0d85292 commit ef901c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Grails Geb Plugin
===
=================

[![Java CI](https://github.com/grails/geb/actions/workflows/gradle.yml/badge.svg)](https://github.com/grails/geb/actions/workflows/gradle.yml)

Expand All @@ -8,7 +8,8 @@ Geb Functional Testing for Grails® framework

This plugin just provides the Geb dependencies and a `create-functional-test` command for generating Geb tests in a Grails app. For further reference please see the [Geb documentation](http://www.gebish.org)

## Examples
Examples
--------

If you are looking for examples check:

Expand All @@ -17,7 +18,7 @@ If you are looking for examples check:
or [Grails functional test suite](https://github.com/grails/grails3-functional-tests) where Geb tests are used extensively.

Additional Drivers
=======
==================

To setup additional drivers you need to add the driver to your `build.gradle` for example:

Expand Down

0 comments on commit ef901c7

Please sign in to comment.