FitNesse for Appian 18.2 > Cannot run the test: Could not invoke constructor...

Hi everyone, I'm getting Could not invoke constructor for com.appiancorp.ps.automatedtest.fixture.TempoFixture[0] error when I try to run the example test for FitNesseForAppian. Has anybody encountered with the same issue? Thanks

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    Must be missing the Fitnesse Config file.
    Please check below
    !***> FitNesse Configurations
    !define TEST_SYSTEM {slim}
    !define COMMAND_PATTERN {java -Dlog4j.configuration=file:///${automated.testing.home}/log4j.properties -cp %p %m}
    !path ${automated.testing.home}/**.jar
    ***!
    If still is not working Please check your initialization
    !*** Initialization
    !| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture|
    |setup with |FIREFOX |browser |
    |set appian url to |APPIAN_URL |
    |set appian version to|APPIAN_VERSION |
    |set appian locale to |APPIAN_LOCALE |
    ***!
    Please send me screenshot of your script. Can have a look
Reply
  • Hi,
    Must be missing the Fitnesse Config file.
    Please check below
    !***> FitNesse Configurations
    !define TEST_SYSTEM {slim}
    !define COMMAND_PATTERN {java -Dlog4j.configuration=file:///${automated.testing.home}/log4j.properties -cp %p %m}
    !path ${automated.testing.home}/**.jar
    ***!
    If still is not working Please check your initialization
    !*** Initialization
    !| script |com.appiancorp.ps.automatedtest.fixture.TempoFixture|
    |setup with |FIREFOX |browser |
    |set appian url to |APPIAN_URL |
    |set appian version to|APPIAN_VERSION |
    |set appian locale to |APPIAN_LOCALE |
    ***!
    Please send me screenshot of your script. Can have a look
Children