Giter Site home page Giter Site logo

Comments (11)

krmahadevan avatar krmahadevan commented on June 11, 2024 4

Then let me go ahead and wrap up the release. Thank you @sormuras

from testng.

krmahadevan avatar krmahadevan commented on June 11, 2024 2

Fixed via commit 5eac7fa

from testng.

sormuras avatar sormuras commented on June 11, 2024 2

Works for JUnit Samples by modifying junit5-multiple-engines/build.gradle.kts locally:

repositories {
    mavenCentral()
    maven {
        url = uri("https://oss.sonatype.org/content/repositories/orgtestng-1092")
    }
}
    // TestNG
    testImplementation("org.testng:testng:7.10.1") {
        because("allows writing TestNG tests")
    }    

Looks good to me. 👍

...
├─ TestNG ✔
│  └─ TestNGTests ✔
│     ├─ test1 ✔
│     └─ test2 ✔
...

from testng.

krmahadevan avatar krmahadevan commented on June 11, 2024 1

yeah you should be able to do that. Build from the master branch and then run ./gradlew publishToMavenLocal I think that should do

from testng.

krmahadevan avatar krmahadevan commented on June 11, 2024 1

@ahoehma - 7.10.1 is now available on maven central. https://repo1.maven.org/maven2/org/testng/testng/7.10.1/

from testng.

ahoehma avatar ahoehma commented on June 11, 2024 1

Sorry ... but I was not able to try the locally made (this was working) release yet :-( Too many tasks ;)
But tomorrow I will know if 7.10.1 will work in my renovate branch. But I guess it will work!
Good and fast work @krmahadevan . Pretty cool!

from testng.

krmahadevan avatar krmahadevan commented on June 11, 2024

@ahoehma - I have published a release candidate.

Can you please help consume it by defining

<repository>
    <id>maven-central-staging</id>
    <url>https://oss.sonatype.org/content/repositories/orgtestng-1092</url>
</repository>

in your pom file and then bumping up your dependency to TestNG 7.10.1 and try again?

Based on your confirmation, I will proceed with wrapping up this release.

@sormuras - FYI

from testng.

ahoehma avatar ahoehma commented on June 11, 2024

@krmahadevan Sorry I can't :-( I'm behind a managed company nexus service and it's almost impossible to add more maven registries there. And in my build itself direct internet access is forbidden.

from testng.

ahoehma avatar ahoehma commented on June 11, 2024

But may I can build this testng version by my own? Locally ...

from testng.

sormuras avatar sormuras commented on June 11, 2024

Using 7.10.1 makes the JUnit samples project green again:

from testng.

ahoehma avatar ahoehma commented on June 11, 2024

Worked! As expected! Thanks!

from testng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.